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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
pai.h 18 size_t (*alloc_batch)(tsdn_t *tsdn, pai_t *self, size_t size, member in struct:pai_s
50 return self->alloc_batch(tsdn, self, size, nallocs, results,
  /src/external/bsd/jemalloc/include/jemalloc/internal/
pai.h 18 size_t (*alloc_batch)(tsdn_t *tsdn, pai_t *self, size_t size, member in struct:pai_s
50 return self->alloc_batch(tsdn, self, size, nallocs, results,
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
pai.h 18 size_t (*alloc_batch)(tsdn_t *tsdn, pai_t *self, size_t size, member in struct:pai_s
50 return self->alloc_batch(tsdn, self, size, nallocs, results,
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
pai.h 18 size_t (*alloc_batch)(tsdn_t *tsdn, pai_t *self, size_t size, member in struct:pai_s
50 return self->alloc_batch(tsdn, self, size, nallocs, results,

Completed in 14 milliseconds