MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
#include <memory.h>
Public Attributes | |
Allocator * | alloc |
size_t | _bottom |
size_t | _top |
int | _ended |
size_t | size |
size_t | request_size |
char * | name |
int | dir |
char * | annotation |
char * | ptr |
size_t AllocatorIter::_bottom |
Definition at line 34 of file memory.h.
Referenced by allocator_iter_next(), and allocator_iter_start().
int AllocatorIter::_ended |
Definition at line 36 of file memory.h.
Referenced by allocator_iter_ended(), allocator_iter_next(), and allocator_iter_start().
size_t AllocatorIter::_top |
Definition at line 35 of file memory.h.
Referenced by allocator_iter_next(), and allocator_iter_start().
Allocator* AllocatorIter::alloc |
Definition at line 33 of file memory.h.
Referenced by allocator_iter_next(), and allocator_iter_start().
char* AllocatorIter::annotation |
Definition at line 43 of file memory.h.
Referenced by allocator_iter_next(), and allocator_print().
int AllocatorIter::dir |
Definition at line 42 of file memory.h.
Referenced by allocator_iter_next(), and allocator_print().
char* AllocatorIter::name |
Definition at line 41 of file memory.h.
Referenced by allocator_iter_next(), and allocator_print().
char* AllocatorIter::ptr |
Definition at line 44 of file memory.h.
Referenced by allocator_iter_next(), and allocator_reset().
size_t AllocatorIter::request_size |
Definition at line 40 of file memory.h.
Referenced by allocator_get_used_size(), allocator_iter_next(), and allocator_print().
size_t AllocatorIter::size |
Definition at line 39 of file memory.h.
Referenced by allocator_iter_next(), and allocator_print().