Lines Matching refs:tcache
35 tcache_t *tcache) in huge_malloc() argument
40 return (huge_palloc(tsd, arena, usize, chunksize, zero, tcache)); in huge_malloc()
45 bool zero, tcache_t *tcache) in huge_palloc() argument
61 CACHELINE, false, tcache, true, arena); in huge_palloc()
84 idalloctm(tsd, node, tcache, true, true); in huge_palloc()
92 idalloctm(tsd, node, tcache, true, true); in huge_palloc()
342 size_t alignment, bool zero, tcache_t *tcache) in huge_ralloc_move_helper() argument
346 return (huge_malloc(tsd, arena, usize, zero, tcache)); in huge_ralloc_move_helper()
347 return (huge_palloc(tsd, arena, usize, alignment, zero, tcache)); in huge_ralloc_move_helper()
352 size_t alignment, bool zero, tcache_t *tcache) in huge_ralloc() argument
370 tcache); in huge_ralloc()
376 isqalloc(tsd, ptr, oldsize, tcache); in huge_ralloc()
381 huge_dalloc(tsd_t *tsd, void *ptr, tcache_t *tcache) in huge_dalloc() argument
397 idalloctm(tsd, node, tcache, true, true); in huge_dalloc()