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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmalloc.c191 #ifndef malloc_cache
192 static unsigned malloc_cache; variable
193 #endif /* malloc_cache */
478 #ifndef malloc_cache
479 malloc_cache = 50 << malloc_pageshift;
480 #endif /* malloc_cache */
1018 pf->size > malloc_cache &&
1021 pf->end = pf->page + malloc_cache;
1022 pf->size = malloc_cache;

Completed in 187 milliseconds