Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Classes | |
struct | chunk_hooks_t |
Typedefs | |
typedef void *() | chunk_alloc_t(void *, size_t, size_t, bool *, bool *, unsigned) |
typedef bool() | chunk_dalloc_t(void *, size_t, bool, unsigned) |
typedef bool() | chunk_commit_t(void *, size_t, size_t, size_t, unsigned) |
typedef bool() | chunk_decommit_t(void *, size_t, size_t, size_t, unsigned) |
typedef bool() | chunk_purge_t(void *, size_t, size_t, size_t, unsigned) |
typedef bool() | chunk_split_t(void *, size_t, size_t, size_t, bool, unsigned) |
typedef bool() | chunk_merge_t(void *, size_t, void *, size_t, bool, unsigned) |
Definition at line 6 of file jemalloc_typedefs.h.
Definition at line 19 of file jemalloc_typedefs.h.
Definition at line 12 of file jemalloc_typedefs.h.
Definition at line 26 of file jemalloc_typedefs.h.
Definition at line 47 of file jemalloc_typedefs.h.
Definition at line 33 of file jemalloc_typedefs.h.