Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h316 uint32_t size, bool queue_ok,
319 bool queue_ok, bool free_ok) { in GetBlock() argument
322 ref, type_id, size, queue_ok, free_ok)); in GetBlock()
Dpersistent_memory_allocator.cc673 uint32_t size, bool queue_ok, in GetBlock() argument
678 if (ref < (queue_ok ? kReferenceQueue : sizeof(SharedMetadata))) in GetBlock()