OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_GRANULARITY
(Results
1 - 4
of
4
) sorted by null
/external/libffi/src/
closures.c
79
#define
DEFAULT_GRANULARITY
((size_t)malloc_getpagesize)
dlmalloc.c
377
DEFAULT_GRANULARITY
default: page size if MORECORE_CONTIGUOUS,
541
#ifndef
DEFAULT_GRANULARITY
543
#define
DEFAULT_GRANULARITY
(0) /* 0 means to compute in init_mparams */
545
#define
DEFAULT_GRANULARITY
((size_t)64U * (size_t)1024U)
547
#endif /*
DEFAULT_GRANULARITY
*/
[
all
...]
/bionic/libc/bionic/
dlmalloc.c
404
DEFAULT_GRANULARITY
default: page size if MORECORE_CONTIGUOUS,
571
#ifndef
DEFAULT_GRANULARITY
573
#define
DEFAULT_GRANULARITY
(0) /* 0 means to compute in init_mparams */
575
#define
DEFAULT_GRANULARITY
((size_t)64U * (size_t)1024U)
577
#endif /*
DEFAULT_GRANULARITY
*/
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c
413
DEFAULT_GRANULARITY
default: page size if MORECORE_CONTIGUOUS,
578
#ifndef
DEFAULT_GRANULARITY
580
#define
DEFAULT_GRANULARITY
(0) /* 0 means to compute in init_mparams */
582
#define
DEFAULT_GRANULARITY
((size_t)64U * (size_t)1024U)
584
#endif /*
DEFAULT_GRANULARITY
*/
[
all
...]
Completed in 94 milliseconds