Searched defs:zmalloc_usable (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ | ||
| H A D | zmalloc.h | 103 #define zmalloc_usable(p) zmalloc_size(p) macro |
| H A D | zmalloc.c | 185 size_t zmalloc_usable(void *ptr) { in zmalloc_usable() function |