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

  /external/compiler-rt/lib/scudo/
scudo_allocator.h 59 uptr scudoMallocUsableSize(void *Ptr);
scudo_interceptors.cpp 68 return scudoMallocUsableSize(ptr);
scudo_allocator.cpp 595 uptr scudoMallocUsableSize(void *Ptr) {

Completed in 1358 milliseconds