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

  /bionic/libc/bionic/
malloc_debug_common.cpp 223 const MallocDebug* __libc_malloc_dispatch = &__libc_malloc_default_dispatch; variable
226 return __libc_malloc_dispatch->malloc(bytes);
230 __libc_malloc_dispatch->free(mem);
234 return __libc_malloc_dispatch->calloc(n_elements, elem_size);
238 return __libc_malloc_dispatch->realloc(oldMem, bytes);
242 return __libc_malloc_dispatch->memalign(alignment, bytes);
494 __libc_malloc_dispatch = &gMallocUse;
  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 43 extern "C" const MallocDebug* __libc_malloc_dispatch; variable
47 __libc_malloc_dispatch = &asan_malloc_dispatch;

Completed in 128 milliseconds