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

  /bionic/libc/bionic/
malloc_debug_common.c 203 const MallocDebug __libc_malloc_default_dispatch __attribute__((aligned(32))) = variable
209 const MallocDebug* __libc_malloc_dispatch = &__libc_malloc_default_dispatch;
malloc_debug_leak.c 64 extern const MallocDebug __libc_malloc_default_dispatch;
299 __libc_malloc_dispatch = &__libc_malloc_default_dispatch;

Completed in 32 milliseconds