Home
last modified time | relevance | path

Searched refs:large_malloc_int (Results 1 – 2 of 2) sorted by relevance

/dports/games/ldmud/ldmud-3.3.720/src/
H A Dsmalloc.c618 #define large_malloc_int(size, force_m) large_malloc(size, force_m) macro
1713 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()
H A Dslaballoc.c621 #define large_malloc_int(size, force_m) large_malloc(size, force_m) macro
1753 slab = (mslab_t*)large_malloc_int(slabSize, MY_FALSE); in mem_alloc()