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

  /system/core/include/cutils/
mspace.h 43 #define MSPACES 1
  /bionic/libc/bionic/
dlmalloc.h 22 * If MSPACES is defined, declarations for mspace versions are included.
482 #if MSPACES
649 #endif /* MSPACES */
dlmalloc.c 116 FOOTERS may also be worth using with MSPACES.)
198 * MSPACES
199 If MSPACES is defined, then in addition to malloc, free, etc.,
214 mspaces as thread-locals. For example:
246 MSPACES default: 0 (false)
507 #ifndef MSPACES
509 #define MSPACES 1
511 #define MSPACES 0
513 #endif /* MSPACES */
    [all...]
  /system/core/libcutils/
mspace.c 57 #define MSPACES 1
  /external/libffi/src/
dlmalloc.c 89 FOOTERS may also be worth using with MSPACES.)
171 * MSPACES
172 If MSPACES is defined, then in addition to malloc, free, etc.,
187 mspaces as thread-locals. For example:
219 MSPACES default: 0 (false)
480 #ifndef MSPACES
482 #define MSPACES 1
484 #define MSPACES 0
486 #endif /* MSPACES */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 125 FOOTERS may also be worth using with MSPACES.)
207 * MSPACES
208 If MSPACES is defined, then in addition to malloc, free, etc.,
223 mspaces as thread-locals. For example:
255 MSPACES default: 0 (false)
517 #ifndef MSPACES
519 #define MSPACES 1
521 #define MSPACES 0
523 #endif /* MSPACES */
    [all...]

Completed in 250 milliseconds