Searched refs:DEFAULT_GRANULARITY (Results 1 - 4 of 4) sorted by relevance

/external/libffi/src/
H A Dclosures.c79 #define DEFAULT_GRANULARITY ((size_t)malloc_getpagesize) macro
H A Ddlmalloc.c377 DEFAULT_GRANULARITY default: page size if MORECORE_CONTIGUOUS,
541 #ifndef DEFAULT_GRANULARITY
543 #define DEFAULT_GRANULARITY (0) /* 0 means to compute in init_mparams */ macro
545 #define DEFAULT_GRANULARITY ((size_t)64U * (size_t)1024U) macro
547 #endif /* DEFAULT_GRANULARITY */
1010 compiling with a different DEFAULT_GRANULARITY or dynamically
2497 mparams.granularity = ((DEFAULT_GRANULARITY != 0)?
2498 DEFAULT_GRANULARITY : mparams.page_size);
/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c227 recompile this malloc with a larger DEFAULT_GRANULARITY.
406 DEFAULT_GRANULARITY default: page size if MORECORE_CONTIGUOUS,
620 #ifndef DEFAULT_GRANULARITY
622 #define DEFAULT_GRANULARITY (0) /* 0 means to compute in init_mparams */ macro
624 #define DEFAULT_GRANULARITY ((size_t)64U * (size_t)1024U) macro
626 #endif /* DEFAULT_GRANULARITY */
1133 compiling with a different DEFAULT_GRANULARITY or dynamically
2968 gsize = ((DEFAULT_GRANULARITY != 0)? DEFAULT_GRANULARITY : psize);
2974 gsize = ((DEFAULT_GRANULARITY !
[all...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c413 DEFAULT_GRANULARITY default: page size if MORECORE_CONTIGUOUS,
578 #ifndef DEFAULT_GRANULARITY
580 #define DEFAULT_GRANULARITY (0) /* 0 means to compute in init_mparams */ macro
582 #define DEFAULT_GRANULARITY ((size_t)64U * (size_t)1024U) macro
584 #endif /* DEFAULT_GRANULARITY */
1054 compiling with a different DEFAULT_GRANULARITY or dynamically
2507 mparams.granularity = ((DEFAULT_GRANULARITY != 0)?
2508 DEFAULT_GRANULARITY : mparams.page_size);

Completed in 169 milliseconds