MP-Gadget  5.0.1.dev1-76bc7d4726-dirty
Public Attributes | List of all members
AllocatorIter Struct Reference

#include <memory.h>

Collaboration diagram for AllocatorIter:
[legend]

Public Attributes

Allocatoralloc
 
size_t _bottom
 
size_t _top
 
int _ended
 
size_t size
 
size_t request_size
 
char * name
 
int dir
 
char * annotation
 
char * ptr
 

Detailed Description

Definition at line 32 of file memory.h.

Member Data Documentation

◆ _bottom

size_t AllocatorIter::_bottom

Definition at line 34 of file memory.h.

Referenced by allocator_iter_next(), and allocator_iter_start().

◆ _ended

int AllocatorIter::_ended

Definition at line 36 of file memory.h.

Referenced by allocator_iter_ended(), allocator_iter_next(), and allocator_iter_start().

◆ _top

size_t AllocatorIter::_top

Definition at line 35 of file memory.h.

Referenced by allocator_iter_next(), and allocator_iter_start().

◆ alloc

Allocator* AllocatorIter::alloc

Definition at line 33 of file memory.h.

Referenced by allocator_iter_next(), and allocator_iter_start().

◆ annotation

char* AllocatorIter::annotation

Definition at line 43 of file memory.h.

Referenced by allocator_iter_next(), and allocator_print().

◆ dir

int AllocatorIter::dir

Definition at line 42 of file memory.h.

Referenced by allocator_iter_next(), and allocator_print().

◆ name

char* AllocatorIter::name

Definition at line 41 of file memory.h.

Referenced by allocator_iter_next(), and allocator_print().

◆ ptr

char* AllocatorIter::ptr

Definition at line 44 of file memory.h.

Referenced by allocator_iter_next(), and allocator_reset().

◆ request_size

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

size_t AllocatorIter::size

Definition at line 39 of file memory.h.

Referenced by allocator_iter_next(), and allocator_print().


The documentation for this struct was generated from the following file: