| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| pai.h | 10 typedef struct pai_s pai_t; typedef in typeref:struct:pai_s 13 edata_t *(*alloc)(tsdn_t *tsdn, pai_t *self, size_t size, 16 bool (*expand)(tsdn_t *tsdn, pai_t *self, edata_t *edata, 19 bool (*shrink)(tsdn_t *tsdn, pai_t *self, edata_t *edata, 21 void (*dalloc)(tsdn_t *tsdn, pai_t *self, edata_t *edata, 23 uint64_t (*time_until_deferred_work)(tsdn_t *tsdn, pai_t *self); 28 * same pai_t twice on every invocation. 32 pai_alloc(tsdn_t *tsdn, pai_t *self, size_t size, size_t alignment, bool zero, 39 pai_expand(tsdn_t *tsdn, pai_t *self, edata_t *edata, size_t old_size, 46 pai_shrink(tsdn_t *tsdn, pai_t *self, edata_t *edata, size_t old_size [all...] |
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| pai.h | 10 typedef struct pai_s pai_t; typedef in typeref:struct:pai_s 13 edata_t *(*alloc)(tsdn_t *tsdn, pai_t *self, size_t size, 16 bool (*expand)(tsdn_t *tsdn, pai_t *self, edata_t *edata, 19 bool (*shrink)(tsdn_t *tsdn, pai_t *self, edata_t *edata, 21 void (*dalloc)(tsdn_t *tsdn, pai_t *self, edata_t *edata, 23 uint64_t (*time_until_deferred_work)(tsdn_t *tsdn, pai_t *self); 28 * same pai_t twice on every invocation. 32 pai_alloc(tsdn_t *tsdn, pai_t *self, size_t size, size_t alignment, bool zero, 39 pai_expand(tsdn_t *tsdn, pai_t *self, edata_t *edata, size_t old_size, 46 pai_shrink(tsdn_t *tsdn, pai_t *self, edata_t *edata, size_t old_size [all...] |
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| pai.h | 6 typedef struct pai_s pai_t; typedef in typeref:struct:pai_s 9 edata_t *(*alloc)(tsdn_t *tsdn, pai_t *self, size_t size, 18 size_t (*alloc_batch)(tsdn_t *tsdn, pai_t *self, size_t size, 21 bool (*expand)(tsdn_t *tsdn, pai_t *self, edata_t *edata, 24 bool (*shrink)(tsdn_t *tsdn, pai_t *self, edata_t *edata, 26 void (*dalloc)(tsdn_t *tsdn, pai_t *self, edata_t *edata, 29 void (*dalloc_batch)(tsdn_t *tsdn, pai_t *self, 31 uint64_t (*time_until_deferred_work)(tsdn_t *tsdn, pai_t *self); 36 * same pai_t twice on every invocation. 40 pai_alloc(tsdn_t *tsdn, pai_t *self, size_t size, size_t alignment [all...] |
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| pai.h | 6 typedef struct pai_s pai_t; typedef in typeref:struct:pai_s 9 edata_t *(*alloc)(tsdn_t *tsdn, pai_t *self, size_t size, 18 size_t (*alloc_batch)(tsdn_t *tsdn, pai_t *self, size_t size, 21 bool (*expand)(tsdn_t *tsdn, pai_t *self, edata_t *edata, 24 bool (*shrink)(tsdn_t *tsdn, pai_t *self, edata_t *edata, 26 void (*dalloc)(tsdn_t *tsdn, pai_t *self, edata_t *edata, 29 void (*dalloc_batch)(tsdn_t *tsdn, pai_t *self, 31 uint64_t (*time_until_deferred_work)(tsdn_t *tsdn, pai_t *self); 36 * same pai_t twice on every invocation. 40 pai_alloc(tsdn_t *tsdn, pai_t *self, size_t size, size_t alignment [all...] |