summaryrefslogtreecommitdiff
path: root/firmware/include/core_alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/core_alloc.h')
-rw-r--r--firmware/include/core_alloc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/include/core_alloc.h b/firmware/include/core_alloc.h
index a100b7cc6c..095cb5da11 100644
--- a/firmware/include/core_alloc.h
+++ b/firmware/include/core_alloc.h
@@ -17,6 +17,9 @@ bool core_shrink(int handle, void* new_start, size_t new_size);
17int core_free(int handle); 17int core_free(int handle);
18size_t core_available(void); 18size_t core_available(void);
19size_t core_allocatable(void); 19size_t core_allocatable(void);
20#ifdef DEBUG
21void core_check_valid(void);
22#endif
20 23
21/* DO NOT ADD wrappers for buflib_buffer_out/in. They do not call 24/* DO NOT ADD wrappers for buflib_buffer_out/in. They do not call
22 * the move callbacks and are therefore unsafe in the core */ 25 * the move callbacks and are therefore unsafe in the core */