Searched refs:tcache (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c462 /* Number of tcache fills from this bin. */
465 /* Number of tcache flushes to this bin. */
1124 * Number of cache slots for each bin in the thread cache, or 0 if tcache is
1129 /* Number of tcache allocation/deallocation events between incremental GCs. */
1258 static void tcache_bin_fill(tcache_t *tcache, tcache_bin_t *tbin,
1260 static void *tcache_alloc_hard(tcache_t *tcache, tcache_bin_t *tbin,
1284 void *ptr, arena_chunk_map_t *mapelm, tcache_t *tcache);
1296 static void tcache_bin_destroy(tcache_t *tcache, tcache_bin_t *tbin,
1299 static void tcache_stats_merge(tcache_t *tcache, arena_t *arena);
1302 static void tcache_destroy(tcache_t *tcache);
3283 tcache_event(tcache_t *tcache) argument
3339 tcache_bin_fill(tcache_t *tcache, tcache_bin_t *tbin, size_t binind) argument
3388 tcache_alloc(tcache_t *tcache, size_t size, bool zero) argument
3432 tcache_alloc_hard(tcache_t *tcache, tcache_bin_t *tbin, size_t binind) argument
3586 tcache_t *tcache = tcache_tls; local
4132 tcache_t *tcache; local
4211 tcache_dalloc(tcache_t *tcache, void *ptr) argument
4310 tcache_t *tcache = tcache_tls; local
4331 arena_dalloc_hard(arena_t *arena, arena_chunk_t *chunk, void *ptr, arena_chunk_map_t *mapelm, tcache_t *tcache) argument
4769 tcache_bin_destroy(tcache_t *tcache, tcache_bin_t *tbin, unsigned binind) argument
4807 tcache_stats_merge(tcache_t *tcache, arena_t *arena) argument
4836 tcache_t *tcache; local
4870 tcache_destroy(tcache_t *tcache) argument
6212 tcache_t *tcache = tcache_tls; local
[all...]

Completed in 57 milliseconds