Unit 'agg_array' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_aggpas]

pod_allocator

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: agg_array.pas line 152

type pod_allocator = object

  m_block_size: unsigned;

  

  m_block_ptr_inc: unsigned;

  

  m_num_blocks: unsigned;

  

  m_max_blocks: unsigned;

  

  m_blocks: pod_alloc_ptr;

  

  m_buf_ptr: int8u_ptr;

  

  m_rest: unsigned;

  

  constructor Construct();

  

  destructor Destruct;

  

  procedure remove_all;

  

  function allocate();

  

  procedure allocate_block();

  

end;

Inheritance

pod_allocator

  

|

TObject



CT Web help

CodeTyphon Studio