summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/luaproc.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-07-19 15:49:55 +0200
committerRobin Gareus <robin@gareus.org>2016-07-19 15:49:55 +0200
commit96ac896db055daa6bb195b87ecf13b430bac549a (patch)
tree814df7406cbb09a556e4e1b22dce87518b7a0770 /libs/ardour/ardour/luaproc.h
parentae2ce3053f465fd5685343c30b32b642cef5f882 (diff)
revert inadvertently committed debug settings
Diffstat (limited to 'libs/ardour/ardour/luaproc.h')
-rw-r--r--libs/ardour/ardour/luaproc.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/libs/ardour/ardour/luaproc.h b/libs/ardour/ardour/luaproc.h
index c855b0f346..e38e8fbeed 100644
--- a/libs/ardour/ardour/luaproc.h
+++ b/libs/ardour/ardour/luaproc.h
@@ -17,9 +17,12 @@
675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#define WITH_LUAPROC_STATS
-//#define USE_TLSF
-#define USE_MALLOC
+/* print runtime and garbage-collection timing statistics */
+//#define WITH_LUAPROC_STATS
+
+/* memory allocation system, default: ReallocPool */
+//#define USE_TLSF // use TLSF instead of ReallocPool
+//#define USE_MALLOC // or plain OS provided realloc (no mlock) -- if USE_TLSF isn't defined
#ifndef __ardour_luaproc_h__
#define __ardour_luaproc_h__