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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sec.h 54 * sec_shard_t's bytes_cur. This isn't user visible or reported in
62 typedef struct sec_shard_s sec_shard_t; typedef in typeref:struct:sec_shard_s
93 sec_shard_t *shards;
  /src/external/bsd/jemalloc/include/jemalloc/internal/
sec.h 54 * sec_shard_t's bytes_cur. This isn't user visible or reported in
62 typedef struct sec_shard_s sec_shard_t; typedef in typeref:struct:sec_shard_s
93 sec_shard_t *shards;
  /src/external/bsd/jemalloc/dist/src/
sec.c 31 size_t sz_shards = opts->nshards * sizeof(sec_shard_t);
38 sec_shard_t *shard_cur = (sec_shard_t *)dynalloc;
45 sec_shard_t *shard = shard_cur;
88 static sec_shard_t *
121 sec_flush_some_and_unlock(tsdn_t *tsdn, sec_t *sec, sec_shard_t *shard) {
158 sec_shard_alloc_locked(tsdn_t *tsdn, sec_t *sec, sec_shard_t *shard,
176 sec_batch_fill_and_alloc(tsdn_t *tsdn, sec_t *sec, sec_shard_t *shard,
237 sec_shard_t *shard = sec_shard_pick(tsdn, sec);
281 sec_flush_all_locked(tsdn_t *tsdn, sec_t *sec, sec_shard_t *shard)
    [all...]

Completed in 25 milliseconds