Searched defs:big_malloc (Results 1 – 1 of 1) sorted by relevance
102 #define big_malloc(size) kmem_alloc(size, KM_NOSLEEP) macro 128 #define big_malloc(size) malloc(size) macro 141 big_malloc(size_t size) in big_malloc() function [all...]