mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
Revert [heap.py] Add missing declaration for malloc_get_all_zones
This reverts r369684 (git commit cc62e38d25
)
Adding a declaration doesn't appear to be a sufficient fix.
llvm-svn: 369706
This commit is contained in:
parent
f21bca02f7
commit
64adf7b6ae
@ -129,7 +129,6 @@ typedef struct malloc_zone_t {
|
||||
void *reserved1[12];
|
||||
struct malloc_introspection_t *introspect;
|
||||
} malloc_zone_t;
|
||||
kern_return_t malloc_get_all_zones(task_t task, memory_reader_t reader, vm_address_t **addresses, unsigned *count);
|
||||
memory_reader_t task_peek = [](task_t task, vm_address_t remote_address, vm_size_t size, void **local_memory) -> kern_return_t {
|
||||
*local_memory = (void*) remote_address;
|
||||
return KERN_SUCCESS;
|
||||
|
Loading…
Reference in New Issue
Block a user