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

  /src/external/bsd/jemalloc/dist/test/unit/
json_stats.c 429 const char *sec_bytes = strstr(sbuf.buf, "\"sec_bytes\""); local
430 expect_ptr_not_null(sec_bytes, "JSON output should contain sec_bytes");
433 sbuf.buf, sec_bytes, &hpa_shard_end);
435 "sec_bytes should be associated with an hpa_shard JSON object");
438 expect_true(sec_bytes != NULL && sec_bytes < hpa_shard_end,
439 "sec_bytes should be nested inside hpa_shard JSON object");
  /src/external/bsd/jemalloc.old/dist/src/
stats.c 817 size_t sec_bytes; local
818 CTL_M2_GET("stats.arenas.0.hpa_sec_bytes", i, &sec_bytes, size_t);
819 emitter_kv(emitter, "sec_bytes", "Bytes in small extent cache",
820 emitter_type_size, &sec_bytes);
  /src/external/bsd/jemalloc/dist/src/
stats.c 793 size_t sec_bytes; local
799 CTL_M2_GET("stats.arenas.0.hpa_sec_bytes", i, &sec_bytes, size_t);
800 emitter_kv(emitter, "sec_bytes", "Bytes in small extent cache",
801 emitter_type_size, &sec_bytes);

Completed in 41 milliseconds