Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.cc689 const uint32_t new_freeptr = freeptr + page_free; in AllocateImpl() local
691 freeptr, new_freeptr, std::memory_order_acq_rel, in AllocateImpl()
705 const uint32_t new_freeptr = freeptr + size; in AllocateImpl() local
706 if (new_freeptr > mem_size_) { in AllocateImpl()
716 freeptr, new_freeptr, std::memory_order_acq_rel, in AllocateImpl()