Searched defs:malloc (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_debug_common.h30 * Contains declarations of types and constants used by malloc leak
49 // This must match the alignment used by the malloc implementation.
75 /* Entry in malloc dispatch table. */
95 MallocDebugMalloc malloc; member in struct:MallocDebug
H A Dmalloc_debug_common.cpp30 // routines that are used by malloc leak detection code and other components in
34 // more tricky, malloc leak detection code, implemented in
64 // Support for malloc debugging.
65 // Table for dispatching malloc calls, initialized with default dispatchers.
70 Malloc(malloc),
83 // Selector of dispatch table to use for dispatching malloc calls.
88 // when libc.debug.malloc environment variable contains value other than
96 // libc.debug.malloc value, but rather by emulator, started with -memcheck
99 // libc.debug.malloc. In other words, if emulator has started with -memcheck
100 // option, libc.debug.malloc valu
258 extern "C" void* malloc(size_t bytes) { function
[all...]

Completed in 27 milliseconds