kmalloc(): re-implementation of memory leak tracking

This commit is contained in:
Balazs Gerofi
2016-08-19 11:52:00 +09:00
parent 3b60a95f13
commit b9439947a7
3 changed files with 264 additions and 16 deletions

View File

@ -36,5 +36,6 @@ void __kfree(void *ptr);
int _memcheck(void *ptr, char *msg, char *file, int line, int free);
int memcheckall();
int freecheck(int runcount);
void kmalloc_consolidate_free_list(void);
#endif