4 #ifndef UTILMM_SMART_SIMPLE_MEMORY_HEADER 5 # define UTILMM_SMART_SIMPLE_MEMORY_HEADER 83 #endif // UTILMM_SMART_SIMPLE_MEMORY_HEADER cell_type * mem_cell
public memory cell type
Definition: simple_memory.hh:36
mem_cell create(base_type *ptr)
Attachment of a new pointer.
Definition: simple_memory.hh:61
Ty base_type
Real type for memory cells.
Definition: simple_memory.hh:32
mem_cell null_cell()
null cell creation
Definition: simple_memory.hh:44
std::pair< base_type, size_t > cell_type
memory cell type
Definition: simple_memory.hh:34
Definition: auto_flag.hh:6
void destroy(mem_cell c)
Destroy a memory cell.
Definition: simple_memory.hh:72
simple memory manager for utilmm::smart::ref_count::manager
Definition: simple_memory.hh:30