grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

On the mm-debug mode, cannot release the memory.


From: Hitoshi Ozeki
Subject: On the mm-debug mode, cannot release the memory.
Date: Tue, 10 Apr 2007 23:16:52 +0900

Hello, all.

Please look at line 445 of 'grub-1.95/kern/mm.c'.

-begin---------------------------------------------------------------------
void
grub_debug_free (const char *file, int line, void *ptr)
{
  if (grub_mm_debug)
    grub_printf ("%s:%d: free (%p)\n", file, line, ptr);
}
-end-----------------------------------------------------------------------

This code outputs the message. But doesn't release the memory in actually.

-- 
 Hitoshi Ozeki address@hidden






reply via email to

[Prev in Thread] Current Thread [Next in Thread]