hardened malloc: iterate -> malloc_iterate
Signed-off-by: anupritaisno1 <www.anuprita804@gmail.com>
This commit is contained in:
committed by
Daniel Micay
parent
d203d6c445
commit
8974af86d1
@ -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");
|
||||
|
Reference in New Issue
Block a user