Loading...
src/nano_malloc_common.h libmalloc-317.40.8 libmalloc-166.200.60
--- libmalloc/libmalloc-317.40.8/src/nano_malloc_common.h
+++ libmalloc/libmalloc-166.200.60/src/nano_malloc_common.h
@@ -25,11 +25,11 @@
 #define __NANO_MALLOC_COMMON_H
 
 // Definitions that are common to Nano V1 and Nano V2.
-#if TARGET_OS_OSX || TARGET_OS_SIMULATOR || TARGET_OS_DRIVERKIT
+#if TARGET_OS_OSX || TARGET_OS_SIMULATOR
 #define NANO_PREALLOCATE_BAND_VM 0
-#else // TARGET_OS_OSX || TARGET_OS_SIMULATOR || TARGET_OS_DRIVERKIT
+#else // TARGET_OS_OSX || TARGET_OS_SIMULATOR
 #define NANO_PREALLOCATE_BAND_VM 1 // pre-allocate reserved vm range
-#endif // TARGET_OS_OSX || TARGET_OS_SIMULATOR || TARGET_OS_DRIVERKIT
+#endif // TARGET_OS_OSX || TARGET_OS_SIMULATOR
 
 typedef enum {
 	NANO_NONE	= 0,