| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| edata_cache.h | 36 typedef struct edata_cache_fast_s edata_cache_fast_t; typedef in typeref:struct:edata_cache_fast_s 43 void edata_cache_fast_init(edata_cache_fast_t *ecs, edata_cache_t *fallback); 44 edata_t *edata_cache_fast_get(tsdn_t *tsdn, edata_cache_fast_t *ecs); 45 void edata_cache_fast_put(tsdn_t *tsdn, edata_cache_fast_t *ecs, 47 void edata_cache_fast_disable(tsdn_t *tsdn, edata_cache_fast_t *ecs);
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| edata_cache.h | 36 typedef struct edata_cache_fast_s edata_cache_fast_t; typedef in typeref:struct:edata_cache_fast_s 43 void edata_cache_fast_init(edata_cache_fast_t *ecs, edata_cache_t *fallback); 44 edata_t *edata_cache_fast_get(tsdn_t *tsdn, edata_cache_fast_t *ecs); 45 void edata_cache_fast_put(tsdn_t *tsdn, edata_cache_fast_t *ecs, 47 void edata_cache_fast_disable(tsdn_t *tsdn, edata_cache_fast_t *ecs);
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| edata_cache.h | 37 typedef struct edata_cache_fast_s edata_cache_fast_t; typedef in typeref:struct:edata_cache_fast_s 44 void edata_cache_fast_init(edata_cache_fast_t *ecs, edata_cache_t *fallback); 45 edata_t *edata_cache_fast_get(tsdn_t *tsdn, edata_cache_fast_t *ecs); 47 tsdn_t *tsdn, edata_cache_fast_t *ecs, edata_t *edata); 48 void edata_cache_fast_disable(tsdn_t *tsdn, edata_cache_fast_t *ecs);
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| edata_cache.h | 37 typedef struct edata_cache_fast_s edata_cache_fast_t; typedef in typeref:struct:edata_cache_fast_s 44 void edata_cache_fast_init(edata_cache_fast_t *ecs, edata_cache_t *fallback); 45 edata_t *edata_cache_fast_get(tsdn_t *tsdn, edata_cache_fast_t *ecs); 47 tsdn_t *tsdn, edata_cache_fast_t *ecs, edata_t *edata); 48 void edata_cache_fast_disable(tsdn_t *tsdn, edata_cache_fast_t *ecs);
|