Searched refs:MALLOC_MAXSHIFT (Results 1 – 2 of 2) sorted by relevance
38 #define MALLOC_MAXSHIFT (MALLOC_PAGESHIFT - 1) macro44 #define MALLOC_MAXCHUNK (1 << MALLOC_MAXSHIFT)91 struct chunk_head chunk_info_list[MALLOC_MAXSHIFT + 1];93 struct chunk_head chunk_dir[MALLOC_MAXSHIFT + 1][MALLOC_CHUNK_LISTS];237 for (i = 0; i <= MALLOC_MAXSHIFT; i++) { in _dl_malloc_init()
55 #define MALLOC_MAXSHIFT (MALLOC_PAGESHIFT - 1) macro61 #define MALLOC_MAXCHUNK (1 << MALLOC_MAXSHIFT)