Use gcPreAllocateBlock() to fix #2177, #2215 (#2216)

* Use gcPreAllocateBlock() to fix #2177, #2215
* bump pcp 6.9.4
This commit is contained in:
Michał Moskal
2019-07-01 18:39:12 -07:00
committed by Daryl Zuniga
parent cc06e91c25
commit 28b5b293b5
3 changed files with 9 additions and 3 deletions

View File

@ -14,6 +14,8 @@ void debuglog(const char *format, ...);
#define xmalloc malloc
#define xfree free
#define GC_MAX_ALLOC_SIZE 9000
#if CONFIG_ENABLED(MICROBIT_BLE_ENABLED)
#define GC_BLOCK_SIZE 256
#else