Searched refs:ALLOC_SIZE (Results 1 – 8 of 8) sorted by relevance
32 #define ALLOC_ISUNALIGNED(p) (((size_t)(p)) % ALLOC_SIZE)57 *lpp = (lp = ptr - ALLOC_SIZE); in findptr()97 if (notoktoadd(numb, ALLOC_SIZE) || in aresize()98 (lp = remalloc(lp, numb + ALLOC_SIZE)) == NULL in aresize()108 return ((char *)lp + ALLOC_SIZE); in aresize()
113 cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM); in rndsetup()116 memset(cp, 0, sizeof(*bufptr) - ALLOC_SIZE); in rndsetup()119 bufptr = (void *)(cp - ALLOC_SIZE); in rndsetup()929 cp = alloc(sizeof(struct env) - ALLOC_SIZE, ATEMP); in newenv()931 ep = (void *)(cp - ALLOC_SIZE); in newenv()1027 afree(cp + ALLOC_SIZE, ATEMP); in quitenv()
708 #define ALLOC_SIZE (sizeof(ALLOC_ITEM)) macro1062 #define LINE (4096 - ALLOC_SIZE)
48 char command[256 - (ALLOC_SIZE + sizeof(Proc *) + sizeof(pid_t) +
237 ALLOC_SIZE = 64 enumerator247 m_tokens.resize(m_numTokens+ALLOC_SIZE); in operator <<()
95 : m_tokens (ALLOC_SIZE) in TokenStream()
248 diff |= NFNL_LOG_DIFF_VAL(ALLOC_SIZE, log_alloc_size); in nfnl_log_compare()
756 #define ALLOC_SIZE 128 macro761 pathname = malloc(ALLOC_SIZE); in _pathname()778 *size = (res + ALLOC_SIZE) & ~(ALLOC_SIZE - 1); in _pathname()793 static int size = ALLOC_SIZE; in pathname()805 static int size = ALLOC_SIZE; in pathname_reader()817 static int size = ALLOC_SIZE; in subpathname()821 subpath = malloc(ALLOC_SIZE); in subpathname()840 size = (res + ALLOC_SIZE) & ~(ALLOC_SIZE - 1); in subpathname()