Searched refs:ONLY_MSPACES (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c192 If ONLY_MSPACES is defined, only these versions are compiled.
195 ONLY_MSPACES and then do something like...
259 ONLY_MSPACES default: 0 (false)
350 HAVE_MORECORE default: 1 (true) unless win32 or ONLY_MSPACES
636 #ifndef ONLY_MSPACES
637 #define ONLY_MSPACES 0 macro
638 #endif /* ONLY_MSPACES */
640 #if ONLY_MSPACES
642 #else /* ONLY_MSPACES */
644 #endif /* ONLY_MSPACES */
[all...]

Completed in 36 milliseconds