Lines Matching refs:FOOTERS
89 if FOOTERS is defined.
116 If FOOTERS is defined nonzero, then each allocated chunk
125 FOOTERS may also be worth using with MSPACES.)
231 Unless FOOTERS is defined, each mspace is completely independent.
234 caught). If FOOTERS is defined, then each chunk carries around a tag
267 FOOTERS default: 0
269 information in the footers of allocated chunks. This adds
389 stamping footers. Otherwise, the current time is used.
527 #ifndef FOOTERS
528 #define FOOTERS 0
529 #endif /* FOOTERS */
1088 If compiled with FOOTERS==1, mspace_free is not actually needed.
1098 If compiled with FOOTERS==1, mspace_realloc is not actually
1198 #if FOOTERS
1200 #endif /* FOOTERS */
1661 #if FOOTERS
1663 #else /* FOOTERS */
1665 #endif /* FOOTERS */
2361 When FOOTERS is defined, in addition to range checking, we also
2394 #if (FOOTERS && !INSECURE)
2397 #else /* (FOOTERS && !INSECURE) */
2399 #endif /* (FOOTERS && !INSECURE) */
2413 /* macros to set up inuse chunks with or without footers */
2415 #if !FOOTERS
2433 #else /* FOOTERS */
2457 #endif /* !FOOTERS */
2474 #if (FOOTERS && !INSECURE)
2493 #else /* (FOOTERS && !INSECURE) */
2495 #endif /* (FOOTERS && !INSECURE) */
4212 #if FOOTERS
4218 #else /* FOOTERS */
4220 #endif /* FOOTERS */
4298 #if !FOOTERS
4300 #endif /* FOOTERS */
4328 #if ! FOOTERS
4330 #else /* FOOTERS */
4336 #endif /* FOOTERS */
4613 #if FOOTERS
4615 #else /* FOOTERS */
4617 #endif /* FOOTERS */
4731 #if FOOTERS
4734 #else /* FOOTERS */
4736 #endif /* FOOTERS */
5069 * Removed footers when chunks are in use. Thanks to