Searched defs:tcache (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/lib/libc/stdlib/ |
| D | malloc.c | 3283 tcache_event(tcache_t *tcache) in tcache_event() 3339 tcache_bin_fill(tcache_t *tcache, tcache_bin_t *tbin, size_t binind) in tcache_bin_fill() 3388 tcache_alloc(tcache_t *tcache, size_t size, bool zero) in tcache_alloc() 3432 tcache_alloc_hard(tcache_t *tcache, tcache_bin_t *tbin, size_t binind) in tcache_alloc_hard() 3586 tcache_t *tcache = tcache_tls; in arena_malloc() local 4132 tcache_t *tcache; in stats_print_atexit() local 4211 tcache_dalloc(tcache_t *tcache, void *ptr) in tcache_dalloc() 4310 tcache_t *tcache = tcache_tls; in arena_dalloc() local 4332 arena_chunk_map_t *mapelm, tcache_t *tcache) in arena_dalloc_hard() 4769 tcache_bin_destroy(tcache_t *tcache, tcache_bin_t *tbin, unsigned binind) in tcache_bin_destroy() [all …]
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | tc.func.c | 1414 } *tcache = NULL; variable
|