We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae27b02 + 5257f80 commit 50397e0Copy full SHA for 50397e0
driver/others/memory.c
@@ -2769,7 +2769,7 @@ void *blas_memory_alloc(int procpos){
2769
#ifdef ALLOC_DEVICEDRIVER
2770
alloc_devicedirver,
2771
#endif
2772
-#ifdef ALLOC_SHM && !defined(ALLOC_HUGETLB)
+#if defined(ALLOC_SHM) && !defined(ALLOC_HUGETLB)
2773
alloc_shm,
2774
2775
#if ((defined ALLOC_HUGETLB) && (defined OS_LINUX || defined OS_AIX || defined __sun__ || defined OS_WINDOWS))
0 commit comments