Searched defs:mem_alloc (Results 1 – 6 of 6) sorted by relevance
54 #define mem_alloc(bsize) malloc(bsize) macro 58 #define mem_alloc(bsize) kmem_alloc((u_int)bsize) macro
86 #define mem_alloc(bsize) malloc(bsize) macro 91 #define mem_alloc(bsize) kmem_alloc(bsize, KM_SLEEP) macro
35 mem_alloc(size_t size) in mem_alloc() function
71 local void *mem_alloc(void *mem, unsigned count, unsigned size) in mem_alloc() function
1691 mem_alloc(uint32_t size) in mem_alloc() function
3407 static uint32_t mem_alloc = 0; /* indicate if alloc mem */ in etm_recv_from_remote_root() local