Home | History | Annotate | Download | only in src

Lines Matching refs:ALLOC_SIZE

121 	cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM);
124 memset(cp, 0, sizeof(*bufptr) - ALLOC_SIZE);
127 bufptr = (void *)(cp - ALLOC_SIZE);
960 cp = alloc(sizeof(struct env) - ALLOC_SIZE, ATEMP);
962 ep = (void *)(cp - ALLOC_SIZE);
1058 afree(cp + ALLOC_SIZE, ATEMP);