| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| pa.h | 69 /* The central PA this shard is associated with. */ 70 pa_central_t *central; member in struct:pa_shard_s 133 bool pa_central_init(pa_central_t *central, base_t *base, bool hpa, 137 bool pa_shard_init(tsdn_t *tsdn, pa_shard_t *shard, pa_central_t *central,
|
| hpa.h | 13 * The mutex guarding most of the operations on the central data 87 /* The central allocator we get our hugepages from. */ 88 hpa_central_t *central; member in struct:hpa_shard_s 92 * Guards the shard's access to the central allocator (preventing 93 * multiple threads operating on this shard from accessing the central 152 bool hpa_central_init(hpa_central_t *central, base_t *base, const hpa_hooks_t *hooks); 153 bool hpa_shard_init(hpa_shard_t *shard, hpa_central_t *central, emap_t *emap,
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| pa.c | 43 pa_central_t central; member in struct:test_data_s 68 err = pa_central_init(&test_data->central, base, opt_hpa, 73 err = pa_shard_init(TSDN_NULL, &test_data->shard, &test_data->central,
|
| hpa.c | 17 hpa_central_t central; member in struct:test_data_s 55 err = hpa_central_init(&test_data->central, test_data->base, hooks); 58 err = hpa_shard_init(&test_data->shard, &test_data->central,
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| pa.h | 69 /* The central PA this shard is associated with. */ 70 pa_central_t *central; member in struct:pa_shard_s 133 bool pa_central_init(pa_central_t *central, base_t *base, bool hpa, 137 bool pa_shard_init(tsdn_t *tsdn, pa_shard_t *shard, pa_central_t *central,
|
| hpa.h | 13 * The mutex guarding most of the operations on the central data 87 /* The central allocator we get our hugepages from. */ 88 hpa_central_t *central; member in struct:hpa_shard_s 92 * Guards the shard's access to the central allocator (preventing 93 * multiple threads operating on this shard from accessing the central 152 bool hpa_central_init(hpa_central_t *central, base_t *base, const hpa_hooks_t *hooks); 153 bool hpa_shard_init(hpa_shard_t *shard, hpa_central_t *central, emap_t *emap,
|