diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 29ef88d4..4bb6984c 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,6 +1,7 @@ 2007-01-29 Martin Hunt <hunt@redhat.com> + * alloc.c (_stp_kmalloc): New function. Call kmalloc - with the coirrect flags and track usage. + with the correct flags and track usage. (_stp_kzalloc): Ditto. * map.c: Use new alloc calls. * print.c: Ditto. |