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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
pa.h 147 const hpa_shard_opts_t *hpa_opts, const sec_opts_t *hpa_sec_opts);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
pa.h 147 const hpa_shard_opts_t *hpa_opts, const sec_opts_t *hpa_sec_opts);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
pa.h 142 const hpa_shard_opts_t *hpa_opts, const sec_opts_t *hpa_sec_opts);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
pa.h 142 const hpa_shard_opts_t *hpa_opts, const sec_opts_t *hpa_sec_opts);
  /src/external/bsd/jemalloc.old/dist/src/
pa.c 69 const hpa_shard_opts_t *hpa_opts, const sec_opts_t *hpa_sec_opts) {
71 shard->base, &shard->edata_cache, shard->ind, hpa_opts)) {
  /src/external/bsd/jemalloc/dist/src/
pa.c 69 const hpa_shard_opts_t *hpa_opts, const sec_opts_t *hpa_sec_opts) {
72 hpa_opts, hpa_sec_opts)) {
  /src/external/bsd/jemalloc/dist/test/stress/pa/
pa_microbench.c 214 hpa_shard_opts_t hpa_opts = HPA_SHARD_OPTS_DEFAULT; local
215 hpa_opts.deferral_allowed =
225 &g_shard_infra[i].pa_shard, &hpa_opts, &sec_opts)) {

Completed in 16 milliseconds