|
@@ -9,7 +9,7 @@ void custom_ahfree(allocator_t *allocator, heap_t* heap, void *ptr);
|
|
void * custom_malloc(size_t size);
|
|
void * custom_malloc(size_t size);
|
|
void custom_free(void *ptr);
|
|
void custom_free(void *ptr);
|
|
|
|
|
|
-static allocator_t systemallocator;
|
|
|
|
|
|
+allocator_t systemallocator;
|
|
#endif /* WITH_MEMORY_SPACE_AWARENESS */
|
|
#endif /* WITH_MEMORY_SPACE_AWARENESS */
|
|
|
|
|
|
|
|
|