Searched defs:MSPACES (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A Ddlmalloc.h26 #define MSPACES 0 macro
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.h20 * If MSPACES is defined, declarations for mspace versions are included.
41 #ifndef MSPACES
43 #define MSPACES 1 macro
45 #define MSPACES 0 macro
47 #endif /* MSPACES */
523 #if MSPACES
614 #endif /* MSPACES */
H A Dmalloc.c88 FOOTERS may also be worth using with MSPACES.)
187 * MSPACES
188 If MSPACES is defined, then in addition to malloc, free, etc.,
255 MSPACES default: 0 (false)
610 #ifndef MSPACES
612 #define MSPACES 1 macro
614 #define MSPACES 0 macro
616 #endif /* MSPACES */
1266 #if MSPACES
1416 #endif /* MSPACES */
[all...]

Completed in 67 milliseconds