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

  /src/external/bsd/jemalloc/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/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/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...]

Completed in 22 milliseconds