Skip to content

Commit

Permalink
y_malloc has been tested well enough now to make heap allocation the …
Browse files Browse the repository at this point in the history
…default without a warning.
  • Loading branch information
Alex Cole committed Apr 24, 2024
1 parent 37c3ecc commit 137136c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion YSI_Coding/y_malloc/y_malloc_entry.inc
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ forward Alloc:calloc(size);

// Allocate space on the heap permanently.
#if !defined YSI_YES_HEAP_MALLOC
#include "y_malloc_warning"
//#include "y_malloc_warning"
#define YSI_YES_HEAP_MALLOC
#endif

#include "y_malloc_heapalloc"
Expand Down

0 comments on commit 137136c

Please sign in to comment.