Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dzmalloc.h95 void zfree_no_tcache(void *ptr);
H A Dzmalloc.c123 void zfree_no_tcache(void *ptr) { in zfree_no_tcache() function
H A Ddefrag.c78 zfree_no_tcache(ptr); in activeDefragAlloc()