Searched refs:large_malloc_int (Results 1 – 2 of 2) sorted by relevance
618 #define large_malloc_int(size, force_m) large_malloc(size, force_m) macro1713 new_chunk = (word_t*)large_malloc_int(small_chunk_size + sizeof(word_t*) in mem_alloc()1729 new_chunk = (word_t*)large_malloc_int(small_chunk_size+sizeof(word_t*) in mem_alloc()
621 #define large_malloc_int(size, force_m) large_malloc(size, force_m) macro1753 slab = (mslab_t*)large_malloc_int(slabSize, MY_FALSE); in mem_alloc()