Skip to content
Snippets Groups Projects

ov_vendortree: Fix condition for inclusion of use_malloc

Merged Michael Thies requested to merge fix/vendortree_valgrind into ov3
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -641,7 +641,7 @@ OV_DLLFNCEXPORT OV_UINT ov_vendortree_schedulerNumExceeds();
@@ -641,7 +641,7 @@ OV_DLLFNCEXPORT OV_UINT ov_vendortree_schedulerNumExceeds();
*/
*/
OV_DLLFNCEXPORT void ov_vendortree_incrementNumExceeds();
OV_DLLFNCEXPORT void ov_vendortree_incrementNumExceeds();
#if OV_DEBUG
#if OV_VALGRIND
/*
/*
* get use malloc flag
* get use malloc flag
*/
*/
Loading