Home | History | Annotate | Download | only in stdlib

Lines Matching full:foot

944   struct Foot { ... }
948 size_t sizes[3] = { sizeof(struct Head), msglen, sizeof(struct Foot) };
954 struct Foot* foot = (struct Foot*)(chunks[2]);
1613 Note that the `foot
1669 /* ... and additional padding for fake next-chunk at foot */
1695 /* ------------------ Operations on head and foot fields ----------------- */
1735 /* Set size, pinuse bit, and foot */
1739 /* Set size, pinuse bit, foot, and clear next pinuse */
1779 `foot:' | Size of chunk, in bytes |
1807 `foot:' | Size of chunk, in bytes |
2435 /* Set foot of inuse chunk to be xor of mstate and seed */