Home
last modified time | relevance | path

Searched defs:new_freeptr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_memory_allocator.cc689 const uint32_t new_freeptr = freeptr + page_free; in AllocateImpl() local
705 const uint32_t new_freeptr = freeptr + size; in AllocateImpl() local
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_memory_allocator.cc740 const uint32_t new_freeptr = freeptr + page_free; in AllocateImpl() local
762 const uint32_t new_freeptr = static_cast<uint32_t>(freeptr + size); in AllocateImpl() local