• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/jemalloc/src/

Lines Matching refs:uint64

287 	COL_HDR(row, allocated, NULL, right, 13, uint64)
288 COL_HDR(row, nmalloc, NULL, right, 13, uint64)
289 COL_HDR(row, nmalloc_ps, "(#/sec)", right, 8, uint64)
290 COL_HDR(row, ndalloc, NULL, right, 13, uint64)
291 COL_HDR(row, ndalloc_ps, "(#/sec)", right, 8, uint64)
292 COL_HDR(row, nrequests, NULL, right, 13, uint64)
293 COL_HDR(row, nrequests_ps, "(#/sec)", right, 10, uint64)
303 COL_HDR(row, nfills, NULL, right, 13, uint64)
304 COL_HDR(row, nfills_ps, "(#/sec)", right, 8, uint64)
305 COL_HDR(row, nflushes, NULL, right, 13, uint64)
306 COL_HDR(row, nflushes_ps, "(#/sec)", right, 8, uint64)
307 COL_HDR(row, nslabs, NULL, right, 13, uint64)
308 COL_HDR(row, nreslabs, NULL, right, 13, uint64)
309 COL_HDR(row, nreslabs_ps, "(#/sec)", right, 8, uint64)
485 COL_HDR(row, nmalloc, NULL, right, 13, uint64)
486 COL_HDR(row, nmalloc_ps, "(#/sec)", right, 8, uint64)
487 COL_HDR(row, ndalloc, NULL, right, 13, uint64)
488 COL_HDR(row, ndalloc_ps, "(#/sec)", right, 8, uint64)
489 COL_HDR(row, nrequests, NULL, right, 13, uint64)
490 COL_HDR(row, nrequests_ps, "(#/sec)", right, 8, uint64)
863 GET_AND_EMIT_ALLOC_STAT(small, nmalloc, uint64)
866 GET_AND_EMIT_ALLOC_STAT(small, ndalloc, uint64)
869 GET_AND_EMIT_ALLOC_STAT(small, nrequests, uint64)
872 GET_AND_EMIT_ALLOC_STAT(small, nfills, uint64)
875 GET_AND_EMIT_ALLOC_STAT(small, nflushes, uint64)
886 GET_AND_EMIT_ALLOC_STAT(large, nmalloc, uint64)
889 GET_AND_EMIT_ALLOC_STAT(large, ndalloc, uint64)
892 GET_AND_EMIT_ALLOC_STAT(large, nrequests, uint64)
895 GET_AND_EMIT_ALLOC_STAT(large, nfills, uint64)
898 GET_AND_EMIT_ALLOC_STAT(large, nflushes, uint64)