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

  /src/external/bsd/jemalloc/dist/src/
sec.c 19 bin->bytes_cur = 0;
58 shard->bytes_cur = 0;
125 while (shard->bytes_cur > sec->opts.bytes_after_flush) {
135 assert(shard->bytes_cur >= bin->bytes_cur);
136 if (bin->bytes_cur != 0) {
137 shard->bytes_cur -= bin->bytes_cur;
138 bin->bytes_cur = 0;
142 * Either bin->bytes_cur was 0, in which case we didn't touc
    [all...]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sec.h 22 /* Sum of bytes_cur across all shards. */
54 * sec_shard_t's bytes_cur. This isn't user visible or reported in
58 size_t bytes_cur; member in struct:sec_bin_s
82 size_t bytes_cur; member in struct:sec_shard_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
sec.h 22 /* Sum of bytes_cur across all shards. */
54 * sec_shard_t's bytes_cur. This isn't user visible or reported in
58 size_t bytes_cur; member in struct:sec_bin_s
82 size_t bytes_cur; member in struct:sec_shard_s

Completed in 24 milliseconds