diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/allocator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/allocator.h b/include/allocator.h index 4cec7da..20dbede 100644 --- a/include/allocator.h +++ b/include/allocator.h @@ -9,4 +9,6 @@ struct allocator { }; extern struct allocator stdlib_stack_allocator; +extern struct allocator stdlib_strict_stack_allocator; extern struct allocator stdlib_heap_allocator; +extern struct allocator stdlib_strict_heap_allocator; |
