diff options
author | fche <fche> | 2007-01-29 20:49:38 +0000 |
---|---|---|
committer | fche <fche> | 2007-01-29 20:49:38 +0000 |
commit | 3938f7783177ab6933a817c6ec3677ff3b40b0fc (patch) | |
tree | aa6fe281f1e488c82390407888d63c61697a8cb1 | |
parent | cbc32000c21cde6ee7eadcd04726c75bd3410ea3 (diff) | |
download | systemtap-steved-3938f7783177ab6933a817c6ec3677ff3b40b0fc.tar.gz systemtap-steved-3938f7783177ab6933a817c6ec3677ff3b40b0fc.tar.xz systemtap-steved-3938f7783177ab6933a817c6ec3677ff3b40b0fc.zip |
none
-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. |