|
@@ -244,13 +244,6 @@ void free(void *ptr) {
|
|
|
int heap_id;
|
|
|
|
|
|
allocator = &systemallocator;
|
|
|
-
|
|
|
- * that here. */
|
|
|
-#ifndef WITH_MEMORY_SPACE_AWARENESS
|
|
|
- if(allocator->initialized != true) {
|
|
|
- initialize_allocator(allocator);
|
|
|
- }
|
|
|
-#endif
|
|
|
|
|
|
|
|
|
#ifdef WITH_MEMORY_SPACE_AWARENESS
|