- linked_list, event_queue, send_queue and job_queue returns now

count directly
This commit is contained in:
Jan Hutter
2005-11-10 08:44:17 +00:00
parent ed7634e696
commit 1061c878a9
16 changed files with 95 additions and 132 deletions
+1 -1
View File
@@ -143,7 +143,7 @@
*
* @see #allocator_s.report_memory_leaks for description
*/
#define report_memory_leaks(void) global_allocator->report_memory_leaks(global_allocator);
#define report_memory_leaks(void) (global_allocator->report_memory_leaks(global_allocator))
#else
#define allocator_alloc(bytes) (malloc(bytes))
#define allocator_realloc(old,bytes) (realloc(old,bytes))