+extern malloc_zone_t *create_purgeable_zone(size_t initial_size, malloc_zone_t *malloc_default_zone, unsigned debug_flags);
+ /* Create a new zone that supports malloc_make{un}purgeable() discipline. */
+
+extern malloc_zone_t *create_legacy_scalable_zone(size_t initial_size, unsigned debug_flags);
+ /*
+ * For use by CheckFix: create a new zone whose behavior is, apart from
+ * the use of death-row and per-CPU magazines, that of Leopard.
+ */
+