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.
1 parent fdfc736 commit c617071Copy full SHA for c617071
src/lse/MemoryOperators.cpp
@@ -0,0 +1,6 @@
1
+// This file will make your plugin use LeviLamina's memory operators by default.
2
+// This improves the memory management of your plugin and is recommended to use.
3
+
4
+#define LL_MEMORY_OPERATORS
5
6
+#include <ll/api/memory/MemoryOperators.h>
0 commit comments