revert inadvertently committed debug settings
authorRobin Gareus <robin@gareus.org>
Tue, 19 Jul 2016 13:49:55 +0000 (15:49 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 19 Jul 2016 13:49:55 +0000 (15:49 +0200)
libs/ardour/ardour/luaproc.h

index c855b0f346bf3af22b163390d53433bb9e4ce06a..e38e8fbeedcca2995f7a8a4c67da81017088b7ba 100644 (file)
     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__