Home | History | Annotate | Download | only in src

Lines Matching refs:tcache

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