mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-24 08:51:14 -04:00
hardened malloc: iterate -> malloc_iterate
Signed-off-by: anupritaisno1 <www.anuprita804@gmail.com>
This commit is contained in:
parent
d203d6c445
commit
8974af86d1
2 changed files with 3 additions and 3 deletions
|
@ -1933,7 +1933,7 @@ EXPORT struct mallinfo h_mallinfo_bin_info(UNUSED size_t arena, UNUSED size_t bi
|
|||
return info;
|
||||
}
|
||||
|
||||
COLD EXPORT int h_iterate(UNUSED uintptr_t base, UNUSED size_t size,
|
||||
COLD EXPORT int h_malloc_iterate(UNUSED uintptr_t base, UNUSED size_t size,
|
||||
UNUSED void (*callback)(uintptr_t ptr, size_t size, void *arg),
|
||||
UNUSED void *arg) {
|
||||
fatal_error("not implemented");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue