Symbol: deallocate
headers/cpp/defalloc.h
75
void deallocate(pointer p) { ::deallocate(p); }
headers/cpp/ropeimpl.h
311
__a.deallocate(
headers/cpp/ropeimpl.h
878
alloc::deallocate(__buffer, __len * sizeof(_CharT));
headers/cpp/ropeimpl.h
880
__STL_UNWIND((alloc::deallocate(__buffer,
headers/cpp/std/bastring.cc
40
Allocator::deallocate(ptr, sizeof(Rep) +
headers/cpp/stl_alloc.h
166
static void deallocate(void* __p, size_t /* __n */)
headers/cpp/stl_alloc.h
235
static void deallocate(_Tp* __p, size_t __n)
headers/cpp/stl_alloc.h
236
{ if (0 != __n) _Alloc::deallocate(__p, __n * sizeof (_Tp)); }
headers/cpp/stl_alloc.h
237
static void deallocate(_Tp* __p)
headers/cpp/stl_alloc.h
238
{ _Alloc::deallocate(__p, sizeof (_Tp)); }
headers/cpp/stl_alloc.h
264
static void deallocate(void* __p, size_t __n)
headers/cpp/stl_alloc.h
268
_Alloc::deallocate(__real_p, __n + _S_extra);
headers/cpp/stl_alloc.h
431
static void deallocate(void* __p, size_t __n)
headers/cpp/stl_alloc.h
437
malloc_alloc::deallocate(__p, __n);
headers/cpp/stl_alloc.h
577
deallocate(__p, __old_sz);
headers/cpp/stl_alloc.h
764
void deallocate(pointer __p, size_type __n)
headers/cpp/stl_alloc.h
765
{ _Alloc::deallocate(__p, __n * sizeof(_Tp)); }
headers/cpp/stl_alloc.h
842
void deallocate(pointer __p, size_type __n)
headers/cpp/stl_alloc.h
843
{ __underlying_alloc.deallocate(__p, __n * sizeof(_Tp)); }
headers/cpp/stl_bvector.h
265
_M_data_allocator.deallocate(_M_start._M_p,
headers/cpp/stl_bvector.h
295
_Alloc_type::deallocate(_M_start._M_p,
headers/cpp/stl_bvector.h
339
_Alloc_type::deallocate(_M_start._M_p,
headers/cpp/stl_deque.h
294
node_allocator.deallocate(__p, __deque_buf_size(__bufsiz,sizeof(_Tp)));
headers/cpp/stl_deque.h
299
{ map_allocator.deallocate(__p, __n); }
headers/cpp/stl_deque.h
323
{ _Node_alloc_type::deallocate(__p, __deque_buf_size(__bufsiz,
headers/cpp/stl_deque.h
328
{ _Map_alloc_type::deallocate(__p, __n); }
headers/cpp/stl_deque.h
408
{ _Node_alloc_type::deallocate(__p, __deque_buf_size(__bufsiz,
headers/cpp/stl_deque.h
413
{ _Map_alloc_type::deallocate(__p, __n); }
headers/cpp/stl_hashtable.h
214
void _M_put_node(_Node* __p) { _M_node_allocator.deallocate(__p, 1); }
headers/cpp/stl_hashtable.h
223
void _M_put_node(_Node* __p) { _M_node_allocator_type::deallocate(__p, 1); }
headers/cpp/stl_list.h
146
{ _Node_allocator.deallocate(__p, 1); }
headers/cpp/stl_list.h
169
void _M_put_node(_List_node<_Tp>* __p) { _Alloc_type::deallocate(__p, 1); }
headers/cpp/stl_list.h
223
void _M_put_node(_List_node<_Tp>* __p) { _Alloc_type::deallocate(__p, 1); }
headers/cpp/stl_rope.h
1186
{ __name##Allocator(_M_data_allocator).deallocate(__p, __n); }
headers/cpp/stl_rope.h
1216
{ __name##Alloc::deallocate(__p, __n); }
headers/cpp/stl_rope.h
1254
{ __name##Alloc::deallocate(__p, __n); }
headers/cpp/stl_rope.h
299
{ __name##Allocator(_M_data_allocator).deallocate(__p, __n); }
headers/cpp/stl_rope.h
326
{ __name##Alloc::deallocate(__p, __n); }
headers/cpp/stl_rope.h
363
{ __name##Alloc::deallocate(__p, __n); }
headers/cpp/stl_slist.h
196
{ _M_node_allocator.deallocate(__p, 1); }
headers/cpp/stl_slist.h
218
void _M_put_node(_Slist_node<_Tp>* __p) { _Alloc_type::deallocate(__p, 1); }
headers/cpp/stl_slist.h
265
void _M_put_node(_Slist_node<_Tp>* __p) { _Alloc_type::deallocate(__p, 1); }
headers/cpp/stl_tree.h
456
{ _M_node_allocator.deallocate(__p, 1); }
headers/cpp/stl_tree.h
477
{ _Alloc_type::deallocate(__p, 1); }
headers/cpp/stl_tree.h
516
{ _Alloc_type::deallocate(__p, 1); }
headers/cpp/stl_vector.h
149
{ _M_data_allocator::deallocate(__p, __n); }
headers/cpp/stl_vector.h
72
{ if (__p) _M_data_allocator.deallocate(__p, __n); }
headers/cpp/stl_vector.h
97
{ _Alloc_type::deallocate(__p, __n);}
headers/libs/agg/agg_array.h
112
~pod_array() { pod_allocator<T>::deallocate(m_array, m_size); }
headers/libs/agg/agg_array.h
131
pod_allocator<T>::deallocate(m_array, m_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
250
pod_allocator<T>::deallocate(m_array, m_capacity);
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
627
pod_allocator<T*>::deallocate(m_blocks, m_max_blocks);
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
871
pod_allocator<block_type>::deallocate(m_blocks, m_max_blocks);
headers/libs/agg/agg_basics.h
39
static void deallocate(T* ptr, unsigned) { delete [] ptr; }
headers/libs/agg/agg_basics.h
53
static void deallocate(T* ptr) { delete ptr; }
headers/libs/agg/agg_font_cache_manager.h
142
obj_allocator<font_cache>::deallocate(m_fonts[i]);
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
164
obj_allocator<font_cache>::deallocate(m_fonts[idx]);
headers/libs/agg/agg_font_cache_manager.h
174
obj_allocator<font_cache>::deallocate(m_fonts[0]);
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_path_storage.h
319
pod_allocator<T*>::deallocate(m_coord_blocks, m_max_blocks * 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
480
pod_allocator<cell_type*>::deallocate(m_cells, m_max_blocks);
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
86
pod_allocator<T>::deallocate(m_extra_storage[i].ptr,
headers/libs/zydis/Zycore/Allocator.h
101
ZyanAllocatorDeallocate deallocate;
headers/libs/zydis/Zycore/Allocator.h
119
ZyanAllocatorAllocate reallocate, ZyanAllocatorDeallocate deallocate);
src/libs/zydis/Zycore/Allocator.c
105
ZyanAllocatorAllocate reallocate, ZyanAllocatorDeallocate deallocate)
src/libs/zydis/Zycore/Allocator.c
107
if (!allocator || !allocate || !reallocate || !deallocate)
src/libs/zydis/Zycore/Allocator.c
114
allocator->deallocate = deallocate;
src/libs/zydis/Zycore/List.c
108
ZYAN_ASSERT(list->allocator->deallocate);
src/libs/zydis/Zycore/List.c
109
ZYAN_CHECK(list->allocator->deallocate(list->allocator, (void*)node,
src/libs/zydis/Zycore/List.c
204
ZYAN_CHECK(list->allocator->deallocate(list->allocator, node,
src/libs/zydis/Zycore/List.c
587
ZYAN_CHECK(list->allocator->deallocate(list->allocator, node,
src/libs/zydis/Zycore/Vector.c
256
ZYAN_ASSERT(vector->allocator->deallocate);
src/libs/zydis/Zycore/Vector.c
257
ZYAN_CHECK(vector->allocator->deallocate(vector->allocator, vector->data,
src/system/libroot/posix/malloc/hoard2/heap.cpp
187
m.deallocate((int)sb->getNumBlocks() *
src/system/libroot/posix/malloc/hoard2/heap.cpp
350
m.deallocate((int)sb->getNumBlocks()
src/system/libroot/posix/malloc/hoard2/heap.cpp
387
m.deallocate((int)sb->getNumBlocks()