heap ¤
Classes:
-
MemoryAllocator–Heap abstraction layer.
MemoryAllocator ¤
Heap abstraction layer.
Methods:
-
containing–Returns the address of the allocation which contains 'address'.
-
is_initialized–Returns whether the allocator is initialized or not.
-
libc_has_debug_syms–Returns whether the libc has debug symbols or not.
containing ¤
Returns the address of the allocation which contains 'address'.
Parameters:
-
address(int) –Address to look up.
Returns:
-
int–An integer.
is_initialized ¤
Returns whether the allocator is initialized or not.
Returns:
-
bool–A boolean.
libc_has_debug_syms ¤
Returns whether the libc has debug symbols or not.
Returns:
-
bool–A boolean.