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

  /art/runtime/gc/allocator/
dlmalloc.h 20 // Configure dlmalloc for mspaces.
26 #define MSPACES 1
  /bionic/libc/bionic/
dlmalloc.h 26 #define MSPACES 0
  /bionic/libc/upstream-dlmalloc/
malloc.h 20 * If MSPACES is defined, declarations for mspace versions are included.
41 #ifndef MSPACES
43 #define MSPACES 1
45 #define MSPACES 0
47 #endif /* MSPACES */
446 mspaces are not freed or cleared, and the count of all such pointers
523 #if MSPACES
614 #endif /* MSPACES */
malloc.c 88 FOOTERS may also be worth using with MSPACES.)
187 * MSPACES
188 If MSPACES is defined, then in addition to malloc, free, etc.,
203 mspaces as thread-locals. For example:
255 MSPACES default: 0 (false)
512 especially with multiple mspaces, checking only for topmost space
610 #ifndef MSPACES
612 #define MSPACES 1
614 #define MSPACES 0
616 #endif /* MSPACES */
    [all...]
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 55 #define MSPACES 1
  /external/qemu/distrib/sdl-1.2.15/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 1113 milliseconds