]> granicus.if.org Git - gc/blobdiff - doc/README.macros
New macro to avoid system-wide new/delete inlining in gc_cpp.h (Win32)
[gc] / doc / README.macros
index 3ce176cf30122d78ee89155d36b10e55b28bf5ad..5d4a198bf66559614f23f7db2ee08ec74ae9d91d 100644 (file)
@@ -57,6 +57,10 @@ _ENABLE_ARRAYNEW
                 operator new[] and delete[] are separately
                 overloadable. Used in gc_cpp.h.
 
+GC_NO_INLINE_STD_NEW    Tested by gc_cpp.cc and gc_cpp.h.  MS Windows only.
+                Define the system-wide new and delete operators in gccpp.dll
+                instead of providing an inline version of the operators.
+
 _DLL            Tested by gc_config_macros.h. Defined by Visual C++ if runtime
                 dynamic libraries are in use.  Used (only if none of GC_DLL,
                 GC_NOT_DLL, __GNUC__ are defined) to test whether