- wrote logger_manager

This commit is contained in:
Jan Hutter
2005-11-11 10:29:32 +00:00
parent 0d3675a284
commit ffd555f58e
15 changed files with 726 additions and 60 deletions
+7 -8
View File
@@ -151,15 +151,14 @@
void (*report_memory_leaks) (allocator_t *this);
};
#ifndef ALLOCATOR_C_
/**
* @brief Global allocater_t object.
*
* Only accessed over macros.
*/
extern allocator_t *global_allocator;
#endif
/**
* @brief Global allocater_t object.
*
* Only accessed over macros.
*/
extern allocator_t *global_allocator;
/**
* Macro to allocate some memory