Home
last modified time | relevance | path

Searched refs:zmalloc_no_tcache (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dzmalloc.h96 void *zmalloc_no_tcache(size_t size);
H A Dzmalloc.c116 void *zmalloc_no_tcache(size_t size) { in zmalloc_no_tcache() function
H A Ddefrag.c76 newptr = zmalloc_no_tcache(size); in activeDefragAlloc()