Symbol: pod_allocator
headers/libs/agg/agg_array.h
112
~pod_array() { pod_allocator<T>::deallocate(m_array, m_size); }
headers/libs/agg/agg_array.h
116
m_array(pod_allocator<T>::allocate(size)),
headers/libs/agg/agg_array.h
121
m_array(pod_allocator<T>::allocate(v.m_size)),
headers/libs/agg/agg_array.h
131
pod_allocator<T>::deallocate(m_array, m_size);
headers/libs/agg/agg_array.h
132
m_array = pod_allocator<T>::allocate(m_size = size);
headers/libs/agg/agg_array.h
167
~pod_vector() { pod_allocator<T>::deallocate(m_array, m_capacity); }
headers/libs/agg/agg_array.h
225
pod_allocator<T>::deallocate(m_array, m_capacity);
headers/libs/agg/agg_array.h
227
m_array = m_capacity ? pod_allocator<T>::allocate(m_capacity) : 0;
headers/libs/agg/agg_array.h
248
T* data = pod_allocator<T>::allocate(new_size);
headers/libs/agg/agg_array.h
250
pod_allocator<T>::deallocate(m_array, m_capacity);
headers/libs/agg/agg_array.h
264
m_array(pod_allocator<T>::allocate(m_capacity)) {}
headers/libs/agg/agg_array.h
270
m_array(v.m_capacity ? pod_allocator<T>::allocate(v.m_capacity) : 0)
headers/libs/agg/agg_array.h
521
pod_allocator<T>::deallocate(*blk, block_size);
headers/libs/agg/agg_array.h
525
pod_allocator<T*>::deallocate(m_blocks, m_max_blocks);
headers/libs/agg/agg_array.h
538
pod_allocator<T>::deallocate(m_blocks[--m_num_blocks], block_size);
headers/libs/agg/agg_array.h
542
pod_allocator<T*>::deallocate(m_blocks, m_max_blocks);
headers/libs/agg/agg_array.h
581
pod_allocator<T*>::allocate(v.m_max_blocks) :
headers/libs/agg/agg_array.h
588
m_blocks[i] = pod_allocator<T>::allocate(block_size);
headers/libs/agg/agg_array.h
619
T** new_blocks = pod_allocator<T*>::allocate(m_max_blocks + m_block_ptr_inc);
headers/libs/agg/agg_array.h
627
pod_allocator<T*>::deallocate(m_blocks, m_max_blocks);
headers/libs/agg/agg_array.h
632
m_blocks[nb] = pod_allocator<T>::allocate(block_size);
headers/libs/agg/agg_array.h
797
pod_allocator<int8u>::deallocate(blk->data, blk->size);
headers/libs/agg/agg_array.h
800
pod_allocator<block_type>::deallocate(m_blocks, m_max_blocks);
headers/libs/agg/agg_array.h
864
pod_allocator<block_type>::allocate(m_max_blocks + m_block_ptr_inc);
headers/libs/agg/agg_array.h
871
pod_allocator<block_type>::deallocate(m_blocks, m_max_blocks);
headers/libs/agg/agg_array.h
880
pod_allocator<int8u>::allocate(size);
headers/libs/agg/agg_font_cache_manager.h
144
pod_allocator<font_cache*>::deallocate(m_fonts, m_max_fonts);
headers/libs/agg/agg_font_cache_manager.h
149
m_fonts(pod_allocator<font_cache*>::allocate(max_fonts)),
headers/libs/agg/agg_gamma_lut.h
48
pod_allocator<LoResT>::deallocate(m_inv_gamma, hi_res_size);
headers/libs/agg/agg_gamma_lut.h
49
pod_allocator<HiResT>::deallocate(m_dir_gamma, gamma_size);
headers/libs/agg/agg_gamma_lut.h
54
m_dir_gamma(pod_allocator<HiResT>::allocate(gamma_size)),
headers/libs/agg/agg_gamma_lut.h
55
m_inv_gamma(pod_allocator<LoResT>::allocate(hi_res_size))
headers/libs/agg/agg_gamma_lut.h
71
m_dir_gamma(pod_allocator<HiResT>::allocate(gamma_size)),
headers/libs/agg/agg_gamma_lut.h
72
m_inv_gamma(pod_allocator<LoResT>::allocate(hi_res_size))
headers/libs/agg/agg_path_storage.h
304
pod_allocator<T*>::allocate((m_max_blocks + block_pool) * 2);
headers/libs/agg/agg_path_storage.h
319
pod_allocator<T*>::deallocate(m_coord_blocks, m_max_blocks * 2);
headers/libs/agg/agg_path_storage.h
326
pod_allocator<T>::allocate(block_size * 2 +
headers/libs/agg/agg_path_storage.h
93
pod_allocator<T>::deallocate(
headers/libs/agg/agg_path_storage.h
99
pod_allocator<T*>::deallocate(m_coord_blocks, m_max_blocks * 2);
headers/libs/agg/agg_rasterizer_cells_aa.h
135
pod_allocator<cell_type>::deallocate(*ptr, cell_block_size);
headers/libs/agg/agg_rasterizer_cells_aa.h
138
pod_allocator<cell_type*>::deallocate(m_cells, m_max_blocks);
headers/libs/agg/agg_rasterizer_cells_aa.h
474
pod_allocator<cell_type*>::allocate(m_max_blocks +
headers/libs/agg/agg_rasterizer_cells_aa.h
480
pod_allocator<cell_type*>::deallocate(m_cells, m_max_blocks);
headers/libs/agg/agg_rasterizer_cells_aa.h
487
pod_allocator<cell_type>::allocate(cell_block_size);
headers/libs/agg/agg_rendering_buffer_dynarow.h
110
int8u* p = pod_allocator<int8u>::allocate(m_byte_width);
headers/libs/agg/agg_rendering_buffer_dynarow.h
79
pod_allocator<int8u>::deallocate((int8u*)m_rows[i].ptr, m_byte_width);
headers/libs/agg/agg_scanline_storage_aa.h
105
s.ptr = pod_allocator<T>::allocate(num_cells);
headers/libs/agg/agg_scanline_storage_aa.h
146
dst.ptr = pod_allocator<T>::allocate(dst.len);
headers/libs/agg/agg_scanline_storage_aa.h
86
pod_allocator<T>::deallocate(m_extra_storage[i].ptr,