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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
pa.h 104 hpa_shard_t hpa_shard; member in struct:pa_shard_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
pa.h 104 hpa_shard_t hpa_shard; member in struct:pa_shard_s
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
pa.h 99 hpa_shard_t hpa_shard; member in struct:pa_shard_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
pa.h 99 hpa_shard_t hpa_shard; member in struct:pa_shard_s
  /src/external/bsd/jemalloc/dist/test/unit/
json_stats.c 183 "decay_muzzy", "base", "tcache_list", "hpa_shard", "hpa_shard_grow",
234 while ((next = strstr(cur, "\"hpa_shard\":{")) != NULL && next < pos) {
344 * Verify that hpa_shard JSON stats contain "ndirty_huge" key in both
432 const char *hpa_shard = json_find_previous_hpa_shard_object( local
434 expect_ptr_not_null(hpa_shard,
435 "sec_bytes should be associated with an hpa_shard JSON object");
437 "Could not find end of enclosing hpa_shard JSON object");
439 "sec_bytes should be nested inside hpa_shard JSON object");
440 const char *sec_hits = strstr(hpa_shard, "\"sec_hits\"");
442 "sec_hits should be nested inside hpa_shard JSON object")
    [all...]

Completed in 14 milliseconds