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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
pai.h 29 void (*dalloc_batch)(tsdn_t *tsdn, pai_t *self, member in struct:pai_s
77 self->dalloc_batch(tsdn, self, list, deferred_work_generated);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
pai.h 29 void (*dalloc_batch)(tsdn_t *tsdn, pai_t *self, member in struct:pai_s
77 self->dalloc_batch(tsdn, self, list, deferred_work_generated);
  /src/external/bsd/jemalloc.old/dist/src/
pac.c 100 pac->pai.dalloc_batch = &pai_dalloc_batch_default;
sec.c 83 sec->pai.dalloc_batch = &pai_dalloc_batch_default;
hpa.c 224 shard->pai.dalloc_batch = &hpa_dalloc_batch;
875 /* Just a dalloc_batch of size 1; this lets us share logic. */
  /src/external/bsd/jemalloc.old/dist/test/unit/
sec.c 153 ta->pai.dalloc_batch = &pai_test_allocator_dalloc_batch;

Completed in 18 milliseconds