OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSPACES
(Results
1 - 4
of
4
) sorted by null
/art/runtime/gc/allocator/
dlmalloc.h
22
// Configure dlmalloc for
mspaces
.
28
#define
MSPACES
1
/external/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
Completed in 144 milliseconds