taglinefilesource code
hdr_end182lib/malloc.clen += sizeof(struct hdr_start)+sizeof(struct hdr_end);
hdr_end244lib/malloc.cstruct hdr_end *he;
hdr_end246lib/malloc.che = (struct hdr_end *)(page+(bdir->size-sizeof(struct hdr_end)));
hdr_end250lib/malloc.chd->size = bdir->size-sizeof(struct hdr_start)-sizeof(struct hdr_end);
hdr_end281lib/malloc.cstruct hdr_end *he;
hdr_end285lib/malloc.clen -= sizeof(struct hdr_start)+sizeof(struct hdr_end);
hdr_end292lib/malloc.cif(len > hd->size || len > bdir->size-sizeof(struct hdr_start)-sizeof(struct hdr_end)) {
hdr_end310lib/malloc.che = (struct hdr_end *)(((char *)retval)+hd->size);
hdr_end315lib/malloc.che = (struct hdr_end *)(((char *)retval)+len);
hdr_end336lib/malloc.cstruct hdr_end *he;
hdr_end359lib/malloc.che = (struct hdr_end *)(((char *)obj)+size);
hdr_end395lib/malloc.cstruct hdr_end *he;
hdr_end412lib/malloc.che = (struct hdr_end *)(((char *)obj)+size);
hdr_end418lib/malloc.csize += sizeof(struct hdr_start)+sizeof(struct hdr_end);
hdr_end460lib/malloc.cstruct hdr_end *he;
hdr_end467lib/malloc.chd->size = bdir->size-sizeof(struct hdr_start)-sizeof(struct hdr_end);
hdr_end468lib/malloc.che = (struct hdr_end *)(((char *)obj)+hd->size);