Home
last modified time | relevance | path

Searched refs:deallocate (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dsplit_join_fn_imps.hpp75 s_entry_allocator.deallocate(a_entries, new_size); in split()
78 s_entry_allocator.deallocate(a_other_entries, other_actual_size); in split()
90 s_entry_allocator.deallocate(m_a_entries, m_actual_size); in split()
91 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size); in split()
134 s_entry_allocator.deallocate(a_entries, new_size); in join()
137 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size); in join()
146 s_entry_allocator.deallocate(m_a_entries, m_actual_size); in join()
153 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size); in join()
H A Derase_fn_imps.hpp56 s_entry_allocator.deallocate(m_a_entries, m_actual_size); in clear()
73 s_value_allocator.deallocate(a_entries[i], 1); in erase_at()
123 s_entry_allocator.deallocate(m_a_entries, m_actual_size); in erase_if()
175 s_entry_allocator.deallocate(m_a_entries, m_actual_size); in resize_for_erase_if_needed()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dsplit_join_fn_imps.hpp75 s_entry_allocator.deallocate(a_entries, new_size); in split()
78 s_entry_allocator.deallocate(a_other_entries, other_actual_size); in split()
90 s_entry_allocator.deallocate(m_a_entries, m_actual_size); in split()
91 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size); in split()
134 s_entry_allocator.deallocate(a_entries, new_size); in join()
137 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size); in join()
146 s_entry_allocator.deallocate(m_a_entries, m_actual_size); in join()
153 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size); in join()
H A Derase_fn_imps.hpp56 s_entry_allocator.deallocate(m_a_entries, m_actual_size); in clear()
73 s_value_allocator.deallocate(a_entries[i], 1); in erase_at()
123 s_entry_allocator.deallocate(m_a_entries, m_actual_size); in erase_if()
175 s_entry_allocator.deallocate(m_a_entries, m_actual_size); in resize_for_erase_if_needed()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dmallocator.d41 bool deallocate(void[] b) shared const in deallocate() function
57 deallocate(b); in reallocate()
88 scope(exit) Mallocator.instance.deallocate(buffer);
99 scope(exit) () nothrow @nogc { A.instance.deallocate(p[0 .. int.sizeof]); }(); in test()
284 bool deallocate(void[] b) shared in version()
292 bool deallocate(void[] b) shared in version()
323 deallocate(b); in version()
340 deallocate(b); in version()
352 deallocate(b); in version()
370 scope(exit) AlignedMallocator.instance.deallocate(buffer);
[all …]
H A Dpackage.d276 tuMalloc.deallocate(b);
277 tuMalloc.deallocate(c);
364 bool deallocate(void[] b);
529 bool deallocate(void[] b) in deallocate() function
532 return _alloc.deallocate(b); in deallocate()
707 bool deallocate(void[] b) shared;
877 bool deallocate(void[] b) in deallocate() function
880 return _alloc.deallocate(b); in deallocate()
966 override bool deallocate(void[] b) in setupThreadAllocator()
968 return _allocator.deallocate(b); in setupThreadAllocator()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_list.d201 parent.deallocate(b); in updateStats()
344 bool deallocate(void[] block) in deallocate() function
359 return parent.deallocate(block); in deallocate()
387 parent.deallocate(nuke); in minimize()
400 fl.deallocate(b1);
632 bool deallocate(void[] b) in deallocate() function
647 return parent.deallocate(b); in deallocate()
703 a.deallocate(b);
709 a.deallocate(b);
729 a.deallocate(b);
[all …]
H A Dfree_tree.d324 bool deallocate(void[] b) in FreeTree()
343 a.deallocate(b1); in FreeTree()
344 a.deallocate(b3); in FreeTree()
345 a.deallocate(b2); in FreeTree()
368 a.deallocate(b); in FreeTree()
388 parent.deallocate((cast(ubyte*) n)[0 .. n.size]); in FreeTree()
428 myAlloc.deallocate(_payload); in f()
443 bool deallocate(void[] ) { if (alive) assert(false); return true; } in deallocate() function
449 ft.deallocate(x);
467 bool deallocate(void[] ) in deallocate() function
[all …]
H A Dfallback_allocator.d135 from.deallocate(b); in FallbackAllocator()
169 from.deallocate(b); in FallbackAllocator()
227 bool deallocate(void[] b) in FallbackAllocator()
232 return primary.deallocate(b); in FallbackAllocator()
239 return fallback.deallocate(b); in FallbackAllocator()
271 a.deallocate(b1);
272 a.deallocate(b2);
H A Dstats_collector.d474 bool deallocate(void[] b) in deallocate() function
477 bool deallocate(string f = __FILE__, uint n = __LINE__)(void[] b)
487 return parent.deallocate(b);
666 alloc.deallocate(b);
698 a.deallocate(b2); in test()
700 a.deallocate(b1); in test()
702 a.deallocate(b3); in test()
728 a.deallocate(b2); in test()
729 a.deallocate(b1); in test()
730 a.deallocate(b3); in test()
H A Dsegregator.d83 bool deallocate(void[] b); in Segregator()
226 bool deallocate(void[] data) in Segregator()
229 ? _small.deallocate(data) in Segregator()
230 : _large.deallocate(data); in Segregator()
295 a.deallocate(b);
360 a.deallocate(b);
H A Dkernighan_ritchie.d349 parent.deallocate(payload); in ~this()
446 bool deallocate(void[] b) in deallocate() function
679 alloc.deallocate(array[i]);
717 alloc.deallocate(array[i]);
744 alloc.deallocate(array[1]);
745 alloc.deallocate(array[0]);
746 alloc.deallocate(array[2]);
778 p.deallocate(array[i]);
828 a.deallocate(b); in test()
868 a.deallocate(bufs[1]); in test()
[all …]
H A Dbucketizer.d114 deallocate(b); in Bucketizer()
141 deallocate(b); in Bucketizer()
178 bool deallocate(void[] b) in Bucketizer()
183 a.deallocate(b.ptr[0 .. goodAllocSize(b.length)]); in Bucketizer()
240 a.deallocate(b);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_list.d206 parent.deallocate(b); in updateStats()
373 bool deallocate(void[] block) in deallocate() function
388 return parent.deallocate(block); in deallocate()
416 parent.deallocate(nuke); in minimize()
456 fl.deallocate(buf1);
472 () nothrow @nogc { fl.deallocate(b1); }();
731 bool deallocate(void[] b) in deallocate() function
745 return parent.deallocate(b); in deallocate()
803 () nothrow @nogc { a.deallocate(b); }();
809 () nothrow @nogc { a.deallocate(b); }();
[all …]
H A Dfree_tree.d327 bool deallocate(void[] b) in FreeTree()
346 () nothrow @nogc { a.deallocate(b1); }(); in FreeTree()
347 () nothrow @nogc { a.deallocate(b3); }(); in FreeTree()
348 () nothrow @nogc { a.deallocate(b2); }(); in FreeTree()
371 () nothrow @nogc { a.deallocate(b); }(); in FreeTree()
391 parent.deallocate((cast(ubyte*) n)[0 .. n.size]); in FreeTree()
433 () nothrow @nogc { myAlloc.deallocate(_payload); }(); in f()
449 bool deallocate(void[] ) { if (alive) assert(false); return true; } in deallocate() function
455 () nothrow @nogc { ft.deallocate(x); }();
473 bool deallocate(void[] ) in deallocate() function
[all …]
H A Dascending_page_allocator.d14 bool deallocate(void[] buf) nothrow @nogc in AscendingPageAllocatorImpl()
215 void deallocate(void[] b) nothrow @nogc; in version()
434 assert(a.deallocate(buf));
472 void deallocate(void[] b) nothrow @nogc; in version()
655 assert(a.deallocate(b)); in fun()
700 a.deallocate(b1); in testAlloc()
702 a.deallocate(b2); in testAlloc()
704 a.deallocate(b3); in testAlloc()
723 a.deallocate(buf);
741 a.deallocate(buf);
[all …]
H A Dsegregator.d86 bool deallocate(void[] b); in Segregator()
257 bool deallocate(void[] data) in Segregator()
260 ? _small.deallocate(data) in Segregator()
261 : _large.deallocate(data); in Segregator()
326 a.deallocate(b);
391 a.deallocate(b);
436 assert((() nothrow @nogc => a.deallocate(b))());
464 assert((() nothrow @nogc => a.deallocate(b))());
487 assert((() nothrow @nogc => a.deallocate(b))());
501 assert((() nothrow @nogc => a.deallocate(b))());
[all …]
H A Daligned_block_list.d80 parent.deallocate((cast(void*) tmp)[0 .. theAlignment]); in AlignedBlockListImpl()
147 bool deallocate(void[] b) in AlignedBlockListImpl()
157 if (node.bAlloc.deallocate(b)) in AlignedBlockListImpl()
344 bool deallocate(void[] b); in version()
424 assert(a.deallocate(buf[j]));
438 assert(a.deallocate(buf[j]));
452 assert(a.deallocate(buf[j]));
457 a.deallocate(b);
504 bool deallocate(void[] b); in version()
639 assert(a.deallocate(buf[totalAllocs - 1 - i]));
[all …]
H A Dkernighan_ritchie.d363 parent.deallocate(payload); in ~this()
462 bool deallocate(void[] b) in deallocate() function
704 () nothrow @nogc { alloc.deallocate(array[i]); }();
741 () nothrow @nogc { alloc.deallocate(array[i]); }();
769 () nothrow @nogc { alloc.deallocate(array[1]); }();
770 () nothrow @nogc { alloc.deallocate(array[0]); }();
771 () nothrow @nogc { alloc.deallocate(array[2]); }();
803 () nothrow @nogc { p.deallocate(array[i]); }();
854 () nothrow @nogc { a.deallocate(b); }(); in test()
892 () nothrow @nogc { a.deallocate(bufs[1]); }(); in test()
[all …]
H A Dregion.d130 parent.deallocate(_begin[0 .. _end - _begin]); in ~this()
282 bool deallocate(void[] b) pure nothrow @nogc in deallocate() function
402 assert((() nothrow @nogc => a.deallocate(c))()); in testAlloc()
439 bool deallocate(void[] b) in deallocate() function
465 Mallocator.instance.deallocate(tmp);
612 bool deallocate(void[] b) in deallocate() function
615 return _impl.deallocate(b); in deallocate()
712 assert((() nothrow @nogc => r1.deallocate(a))());
901 bool deallocate(void[] b) shared nothrow @nogc in deallocate() function
979 assert((() nothrow @nogc => alloc.deallocate(b))()); in version()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dmallocator.d36 bool deallocate(void[] b) shared in deallocate() function
52 deallocate(b); in reallocate()
75 scope(exit) Mallocator.instance.deallocate(buffer);
87 scope(exit) A.instance.deallocate(p[0 .. int.sizeof]); in test()
264 bool deallocate(void[] b) shared in version()
272 bool deallocate(void[] b) shared in version()
308 deallocate(b); in version()
332 scope(exit) AlignedMallocator.instance.deallocate(buffer);
H A Dpackage.d263 tuMalloc.deallocate(b);
264 tuMalloc.deallocate(c);
350 bool deallocate(void[] b);
446 bool deallocate(void[] b) shared;
522 override bool deallocate(void[] b) in setupThreadAllocator()
524 return processAllocator.deallocate(b); in setupThreadAllocator()
689 () @trusted { alloc.deallocate(m); }(); in make()
693 alloc.deallocate(m); in make()
1047 () @trusted { alloc.deallocate(m); } (); in makeArray()
1049 alloc.deallocate(m); in makeArray()
[all …]
H A Dmmap_allocator.d43 bool deallocate(void[] b) shared in version()
66 bool deallocate(void[] b) shared in version()
78 alloc.deallocate(p);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc275 __r->deallocate(__start, __size, __align); in release()
689 bool deallocate(memory_resource*, void* p) in deallocate() function
728 __r->deallocate(__p, __bytes, __alignment); in replenish()
748 __r->deallocate(__c._M_p, __c._M_bytes, __alignment); in release()
805 polymorphic_allocator<value_type>(__r).deallocate(data, capacity); in clear()
833 __alloc.deallocate(data, capacity); in insert()
998 res->deallocate(b.pointer, b.size(), b.align()); in release()
1027 __pool_resource::deallocate(void* p, size_t bytes [[maybe_unused]], in deallocate() function in std::pmr::__pool_resource
1040 resource()->deallocate(p, b.size(), b.align()); in deallocate()
1130 a.deallocate(pools, owner._M_impl._M_npools); in ~_TPools()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc234 __r->deallocate(__start, __size, __align); in release()
660 bool deallocate(memory_resource*, void* p) in deallocate() function
699 __r->deallocate(__p, __bytes, __alignment); in replenish()
719 __r->deallocate(__c._M_p, __c._M_bytes, __alignment); in release()
776 polymorphic_allocator<value_type>(__r).deallocate(data, capacity); in clear()
804 __alloc.deallocate(data, capacity); in insert()
968 res->deallocate(b.pointer, b.size(), b.align()); in release()
995 __pool_resource::deallocate(void* p, size_t bytes [[maybe_unused]], in deallocate() function in std::pmr::__pool_resource
1008 resource()->deallocate(p, b.size(), b.align()); in deallocate()
1097 a.deallocate(pools, owner._M_impl._M_npools); in ~_TPools()
[all …]

12345678910>>...15