Home | History | Annotate | Download | only in mpreal

Lines Matching refs:FOOTERS

53        if FOOTERS is defined.

80 If FOOTERS is defined nonzero, then each allocated chunk
89 FOOTERS may also be worth using with MSPACES.)
201 Unless FOOTERS is defined, each mspace is completely independent.
204 caught). If FOOTERS is defined, then each chunk carries around a tag
256 FOOTERS default: 0
258 information in the footers of allocated chunks. This adds
382 stamping footers. Otherwise, the current time is used.
564 #ifndef FOOTERS
565 #define FOOTERS 0
566 #endif /* FOOTERS */
1181 If compiled with FOOTERS==1, mspace_free is not actually needed.
1191 If compiled with FOOTERS==1, mspace_realloc is not actually
1294 /*#if FOOTERS || DEBUG
1297 /*#endif*/ /* FOOTERS */
2076 #if FOOTERS
2078 #else /* FOOTERS */
2080 #endif /* FOOTERS */
2851 When FOOTERS is defined, in addition to range checking, we also
2884 #if (FOOTERS && !INSECURE)
2887 #else /* (FOOTERS && !INSECURE) */
2889 #endif /* (FOOTERS && !INSECURE) */
2903 /* macros to set up inuse chunks with or without footers */
2905 #if !FOOTERS
2925 #else /* FOOTERS */
2949 #endif /* !FOOTERS */
4738 #if FOOTERS
4744 #else /* FOOTERS */
4746 #endif /* FOOTERS */
4833 #if !FOOTERS
4835 #endif /* FOOTERS */
4863 #if ! FOOTERS
4865 #else /* FOOTERS */
4871 #endif /* FOOTERS */
5167 #if FOOTERS
5170 #else /* FOOTERS */
5172 #endif /* FOOTERS */
5295 #if FOOTERS
5298 #else /* FOOTERS */
5300 #endif /* FOOTERS */
5662 * Removed footers when chunks are in use. Thanks to