HomeSort by relevance Sort by last modified time
    Searched refs:GetMallocUsableSize (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_allocator.h 28 uptr GetMallocUsableSize(const void *p);
lsan_allocator.cc 131 uptr GetMallocUsableSize(const void *p) {
250 return GetMallocUsableSize(p);
lsan_interceptors.cc 127 return GetMallocUsableSize(ptr);

Completed in 185 milliseconds