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

  /src/external/bsd/jemalloc/dist/src/
tcache.c 1034 size_t tcache_size, alignment; local
1036 tcache_nbins, &tcache_size, &alignment); local
1038 size_t size = tcache_size + sizeof(tcache_t) + sizeof(tcache_slow_t);
1048 tcache_t *tcache = (void *)((byte_t *)mem + tcache_size);
1049 tcache_slow_t *tcache_slow = (void *)((byte_t *)mem + tcache_size

Completed in 23 milliseconds