Home
last modified time | relevance | path

Searched defs:deallocate (Results 1 – 25 of 50) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d443 bool deallocate(void[] ) { if (alive) assert(false); return true; } in deallocate() function
467 bool deallocate(void[] ) in deallocate() function
H A Dnull_allocator.d52 bool deallocate(void[] b) shared { assert(b is null); return true; } in deallocate() function
H A Dregion.d250 bool deallocate(void[] b) in deallocate() function
479 bool deallocate(void[] b) in deallocate() function
728 bool deallocate(void[] b) shared in deallocate() function
H A Dfree_list.d344 bool deallocate(void[] block) in deallocate() function
632 bool deallocate(void[] b) in deallocate() function
1007 bool deallocate(void[] b) shared in deallocate() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d449 bool deallocate(void[] ) { if (alive) assert(false); return true; } in deallocate() function
473 bool deallocate(void[] ) in deallocate() function
H A Dregion.d282 bool deallocate(void[] b) pure nothrow @nogc in deallocate() function
439 bool deallocate(void[] b) in deallocate() function
612 bool deallocate(void[] b) in deallocate() function
901 bool deallocate(void[] b) shared nothrow @nogc in deallocate() function
1132 bool deallocate(void[] b) pure nothrow @nogc in deallocate() function
H A Dnull_allocator.d57 bool deallocate(void[] b) shared { assert(b is null); return true; } in deallocate() function
H A Dfree_list.d373 bool deallocate(void[] block) in deallocate() function
731 bool deallocate(void[] b) in deallocate() function
1089 bool deallocate(void[] b) shared in deallocate() function
/netbsd-src/external/apache2/llvm/dist/libcxx/src/include/
H A Dsso_allocator.h60 _LIBCPP_INLINE_VISIBILITY void deallocate(pointer __p, size_type __n) in deallocate() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpState.cpp57 void InterpState::deallocate(Block *B) { in deallocate() function in InterpState
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dallocator.h87 void deallocate(_Tp* __p, size_t __n) _NOEXCEPT { in deallocate() function
168 void deallocate(const _Tp* __p, size_t __n) { in deallocate() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dgc_allocator.d83 pure nothrow @system bool deallocate(void[] b) shared in deallocate() function
H A Dmallocator.d36 bool deallocate(void[] b) shared in deallocate() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DArrayRecycler.h137 void deallocate(Capacity Cap, T *Ptr) { in deallocate() function
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dsplay-tree.h121 splay_tree_deallocate_fn deallocate; member
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dsplay-tree.h121 splay_tree_deallocate_fn deallocate; member
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dsplay-tree.h121 splay_tree_deallocate_fn deallocate; member
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dsplay-tree.h121 splay_tree_deallocate_fn deallocate; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp41 Error deallocate() override { in allocate() function in llvm::jitlink::InProcessMemoryManager::allocate::IPMMAlloc
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dgc_allocator.d89 bool deallocate(void[] b) shared const in deallocate() function
H A Dpackage.d529 bool deallocate(void[] b) in deallocate() function
877 bool deallocate(void[] b) in deallocate() function
1429 void deallocate(void[]) {} in deallocate() function
2623 bool deallocate(void[] bytes) in deallocate() function
2963 override bool deallocate(void[] b) in deallocate() function
3193 override bool deallocate(void[] b) shared in deallocate() function
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dthread.cpp131 void deallocate(T* __p, size_t) {::operator delete(static_cast<void*>(__p));} in deallocate() function in __hidden_allocator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DMacroArgs.cpp91 MacroArgs *MacroArgs::deallocate() { in deallocate() function in MacroArgs
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_allocator.h78 template <class T> void deallocate(T *B) XRAY_NEVER_INSTRUMENT { in deallocate() function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DHeapMap.cc121 HeapMap::deallocate (uint64_t addr) in deallocate() function in HeapMap

12