Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.alloc.c128 #define RSLOP sizeof (U_int) macro
130 #define RSLOP 0 macro
201 nbytes = MEMALIGN(MEMALIGN(sizeof(union overhead)) + nbytes + RSLOP); in malloc()
236 *((U_int *) (((caddr_t) p) + nbytes - RSLOP)) = RMAGIC; in malloc()
330 CHECK(*(U_int *) ((caddr_t) op + op->ov_size + 1 - RSLOP) != RMAGIC, in free()
416 onb = MEMALIGN(nbytes + MEMALIGN(sizeof(union overhead)) + RSLOP); in realloc()
423 nbytes = MEMALIGN(MEMALIGN(sizeof(union overhead))+nbytes+RSLOP); in realloc()
424 *((U_int *) (((caddr_t) op) + nbytes - RSLOP)) = RMAGIC; in realloc()
437 onb = (1 << (i + 3)) - MEMALIGN(sizeof(union overhead)) - RSLOP; in realloc()