HomeSort by: relevance | last modified time | path
    Searched refs:EDATA_CACHE_FAST_FILL (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc/dist/test/unit/
edata_cache.c 105 edata_t *allocs[EDATA_CACHE_FAST_FILL * 2];
112 for (int i = 0; i < EDATA_CACHE_FAST_FILL / 2; i++) {
115 for (int i = 0; i < EDATA_CACHE_FAST_FILL / 2; i++) {
118 expect_zu_eq(EDATA_CACHE_FAST_FILL / 2,
122 expect_zu_eq(EDATA_CACHE_FAST_FILL / 2 - 1, ecf_count(&ecf),
125 for (int i = 1; i < EDATA_CACHE_FAST_FILL / 2; i++) {
142 for (int i = 0; i < EDATA_CACHE_FAST_FILL * 2; i++) {
146 for (int i = 0; i < EDATA_CACHE_FAST_FILL * 2; i++) {
151 expect_zu_eq(EDATA_CACHE_FAST_FILL - 1, ecf_count(&ecf), "");
152 expect_zu_eq(EDATA_CACHE_FAST_FILL,
    [all...]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
edata_cache.h 7 #define EDATA_CACHE_FAST_FILL 4
  /src/external/bsd/jemalloc/include/jemalloc/internal/
edata_cache.h 7 #define EDATA_CACHE_FAST_FILL 4
  /src/external/bsd/jemalloc/dist/src/
edata_cache.c 70 for (int i = 0; i < EDATA_CACHE_FAST_FILL; i++) {

Completed in 23 milliseconds