Searched refs:zmalloc_no_tcache (Results 1 – 3 of 3) sorted by relevance
96 void *zmalloc_no_tcache(size_t size);
116 void *zmalloc_no_tcache(size_t size) { in zmalloc_no_tcache() function
76 newptr = zmalloc_no_tcache(size); in activeDefragAlloc()