Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:FOOTERS

52        if FOOTERS is defined.
79 If FOOTERS is defined nonzero, then each allocated chunk
88 FOOTERS may also be worth using with MSPACES.)
211 Unless FOOTERS is defined, each mspace is completely independent.
214 caught). If FOOTERS is defined, then each chunk carries around a tag
287 FOOTERS default: 0
289 information in the footers of allocated chunks. This adds
419 stamping footers. Otherwise, the current time is used.
620 #ifndef FOOTERS
621 #define FOOTERS 0
622 #endif /* FOOTERS */
1188 If footers are used, pointers that have been allocated in different
1330 If compiled with FOOTERS==1, mspace_free is not actually needed.
1340 If compiled with FOOTERS==1, mspace_realloc is not actually
2202 #if FOOTERS
2204 #else /* FOOTERS */
2206 #endif /* FOOTERS */
2993 When FOOTERS is defined, in addition to range checking, we also
3026 #if (FOOTERS && !INSECURE)
3029 #else /* (FOOTERS && !INSECURE) */
3031 #endif /* (FOOTERS && !INSECURE) */
3044 /* macros to set up inuse chunks with or without footers */
3046 #if !FOOTERS
3066 #else /* FOOTERS */
3090 #endif /* !FOOTERS */
4713 #if FOOTERS
4719 #else /* FOOTERS */
4721 #endif /* FOOTERS */
4808 #if !FOOTERS
4810 #endif /* FOOTERS */
5129 #if FOOTERS
5223 #if ! FOOTERS
5225 #else /* FOOTERS */
5231 #endif /* FOOTERS */
5261 #if ! FOOTERS
5263 #else /* FOOTERS */
5269 #endif /* FOOTERS */
5641 #if FOOTERS
5644 #else /* FOOTERS */
5646 #endif /* FOOTERS */
5775 #if ! FOOTERS
5777 #else /* FOOTERS */
5783 #endif /* FOOTERS */
5813 #if ! FOOTERS
5815 #else /* FOOTERS */
5822 #endif /* FOOTERS */
6269 * Removed footers when chunks are in use. Thanks to