Update ChangeLog
This commit is contained in:
parent
9aca0c1c84
commit
204e5b1162
|
@ -8333,7 +8333,9 @@
|
|||
low-level memory management hooks that will be needed to support brk()
|
||||
and sbrk() (2014-8-31).
|
||||
* Rename krealloc(0 to kmm_realloc() and kmemalign to kmm_memalign() for
|
||||
consistency with the rest of the naming conventions (2014-8-31).
|
||||
consistency with the rest of the naming (2014-8-31).
|
||||
* Rename kurealloc(0 to kumm_realloc(), kumemalign to kumm_memalign(),
|
||||
and kufree to kumm_free for consistency with the rest of the naming
|
||||
conventions (2014-8-31).
|
||||
(2014-8-31).
|
||||
* Rename kumalloc(0 to kumm_malloc() and kuzalloc to kumm_zalloc() for
|
||||
consistency with the rest of the naming (2014-8-31).
|
||||
|
|
Loading…
Reference in New Issue