Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
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
/external/cronet/base/metrics/
Dpersistent_memory_allocator.cc690 const uint32_t new_freeptr = freeptr + page_free; in AllocateImpl() local
712 const uint32_t new_freeptr = static_cast<uint32_t>(freeptr + size); in AllocateImpl() local