Home
last modified time | relevance | path

Searched refs:QUANTUM_CEILING (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_types.h123 #define QUANTUM_CEILING(a) \ macro
/external/jemalloc_new/src/
Dbase.c423 alignment = QUANTUM_CEILING(alignment); in base_alloc_impl()
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h291 #define QUANTUM_CEILING(a) \ macro
Djemalloc_internal.h.in291 #define QUANTUM_CEILING(a) \ macro
/external/jemalloc/src/
Darena.c3548 QUANTUM_CEILING((nlclasses * sizeof(malloc_large_stats_t))) in arena_new()
3568 QUANTUM_CEILING(nlclasses * sizeof(malloc_large_stats_t))); in arena_new()