Lines Matching refs:tcache
35 tcache_t *tcache) in huge_malloc() argument
45 return (huge_palloc(tsd, arena, usize, chunksize, zero, tcache)); in huge_malloc()
50 bool zero, tcache_t *tcache) in huge_palloc() argument
60 CACHELINE, false, tcache, true, arena); in huge_palloc()
82 idalloctm(tsd, node, tcache, true); in huge_palloc()
90 idalloctm(tsd, node, tcache, true); in huge_palloc()
330 size_t extra, size_t alignment, bool zero, tcache_t *tcache) in huge_ralloc() argument
346 tcache); in huge_ralloc()
348 ret = huge_malloc(tsd, arena, size + extra, zero, tcache); in huge_ralloc()
356 tcache); in huge_ralloc()
358 ret = huge_malloc(tsd, arena, size, zero, tcache); in huge_ralloc()
370 isqalloc(tsd, ptr, oldsize, tcache); in huge_ralloc()
375 huge_dalloc(tsd_t *tsd, void *ptr, tcache_t *tcache) in huge_dalloc() argument
391 idalloctm(tsd, node, tcache, true); in huge_dalloc()