HomeSort by relevance Sort by last modified time
    Searched defs:MallocDebug (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 34 struct MallocDebug {
43 ALIGNED(32) const MallocDebug asan_malloc_dispatch = {
49 const MallocDebug** __libc_malloc_dispatch_p;
51 (const MallocDebug **)AsanDlSymNext("__libc_malloc_dispatch");
  /bionic/libc/bionic/
malloc_debug_common.h 91 struct MallocDebug {
108 typedef bool (*MallocDebugInit)(HashTable*, const MallocDebug*);

Completed in 408 milliseconds