Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mman_test.cc96 TEST(Mman, UsableSize) { in TEST() argument
/aosp_15_r20/art/runtime/gc/allocator/
H A Drosalloc.h875 size_t UsableSize(size_t bytes) { in UsableSize() function
H A Drosalloc.cc1296 size_t RosAlloc::UsableSize(const void* ptr) { in UsableSize() function in art::gc::allocator::RosAlloc