Home
last modified time | relevance | path

Searched defs:GetUsableSize (Results 1 – 4 of 4) sorted by relevance

/external/cronet/base/allocator/partition_allocator/shim/
Dallocator_shim_unittest.cc626 static size_t GetUsableSize(void* ptr) { in GetUsableSize() function
630 static size_t GetUsableSize(void* ptr) { in GetUsableSize() function
634 static size_t GetUsableSize(void* ptr) { in GetUsableSize() function
/external/cronet/base/allocator/partition_allocator/
Dpartition_page.h262 GetUsableSize(PartitionRoot<thread_safe>* root) const { in GetUsableSize() function
Dpartition_root.h1717 PA_ALWAYS_INLINE size_t PartitionRoot<thread_safe>::GetUsableSize(void* ptr) { in GetUsableSize() function
Dpartition_alloc_unittest.cc3724 TEST_P(PartitionAllocTest, GetUsableSize) { in TEST_P() argument