Searched refs:memalloc (Results 1 – 6 of 6) sorted by relevance
326 static void *memalloc(size_t size, int flags);648 ptr = memalloc(size, 0); in __malloc()664 ptr = memalloc(number * size, SAFLAG_ZERO); in __calloc()685 ret = memalloc(size, 0); in __realloc()769 *memptr = memalloc(alignment, 0); in memalign()791 memalloc(size_t size, int flags) in memalloc() function985 obj = memalloc(nsize, 0); in memrealloc()1512 slab = memalloc(sizeof(*slab), 0); in slaballoc()
251 if ((sc->memalloc & (1 << win)) == 0) { in exca_mem_map()252 sc->memalloc |= (1 << win); in exca_mem_map()295 sc->memalloc &= ~(1 << window); in exca_mem_unmap()599 if (sc->memalloc & (1 << win)) in exca_reset()614 sc->memalloc = 0; in exca_init()
71 int memalloc; member
8 histedit.c input.c jobs.c kill.c mail.c main.c memalloc.c miscbltin.c \
45 #include "memalloc.h"
63 The following three macros (defined in memalloc.h) perform these