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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
cache_bin.h 505 cache_bin_nstashed_get_local(cache_bin_t *bin, cache_bin_info_t *info) { function
620 assert(cache_bin_nstashed_get_local(bin, info) == nstashed);
633 assert(cache_bin_nstashed_get_local(bin, info) == 0);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
cache_bin.h 505 cache_bin_nstashed_get_local(cache_bin_t *bin, cache_bin_info_t *info) { function
620 assert(cache_bin_nstashed_get_local(bin, info) == nstashed);
633 assert(cache_bin_nstashed_get_local(bin, info) == 0);
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
cache_bin.h 505 cache_bin_nstashed_get_local(cache_bin_t *bin, cache_bin_info_t *info) { function
620 assert(cache_bin_nstashed_get_local(bin, info) == nstashed);
633 assert(cache_bin_nstashed_get_local(bin, info) == 0);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
cache_bin.h 505 cache_bin_nstashed_get_local(cache_bin_t *bin, cache_bin_info_t *info) { function
620 assert(cache_bin_nstashed_get_local(bin, info) == nstashed);
633 assert(cache_bin_nstashed_get_local(bin, info) == 0);

Completed in 18 milliseconds