Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_shim_unittest.cc645 static size_t GetUsableSize(void* ptr) { in GetUsableSize() function
649 static size_t GetUsableSize(void* ptr) { in GetUsableSize() function
653 static size_t GetUsableSize(void* ptr) { in GetUsableSize() function
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_root.h1945 PA_ALWAYS_INLINE size_t PartitionRoot::GetUsableSize(void* ptr) { in GetUsableSize() function
H A Dpartition_alloc_unittest.cc3873 TEST_P(PartitionAllocTest, GetUsableSize) { in TEST_P() argument