Searched defs:Deallocate (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | Allocator.h | 60 void Deallocate(const void *Ptr, size_t Size) { in Deallocate() function 101 void Deallocate(const void *Ptr, size_t /*Size*/) { in Deallocate() function 254 void Deallocate(const void * /*Ptr*/, size_t /*Size*/) {} in Deallocate() function
|
D | RecyclingAllocator.h | 52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } in Deallocate() function
|
/external/opencv/ |
D | WLNonFileByteStream.cpp | 42 void WLNonFileByteStream::Deallocate() in Deallocate() function in WLNonFileByteStream
|
/external/llvm/unittests/Support/ |
D | AllocatorTest.cpp | 155 void Deallocate(void *Slab, size_t Size) { in Deallocate() function in __anond568629b0111::MockSlabAllocator
|
/external/compiler-rt/lib/asan/ |
D | asan_fake_stack.h | 124 static void Deallocate(uptr x, uptr class_id) { in Deallocate() function
|
D | asan_allocator.cc | 166 void Deallocate(void *p) { in Deallocate() function 513 void Deallocate(void *ptr, uptr delete_size, BufferedStackTrace *stack, in Deallocate() function
|
/external/clang/include/clang/Basic/ |
D | PartialDiagnostic.h | 101 void Deallocate(Storage *S) { in Deallocate() function
|
/external/compiler-rt/lib/lsan/ |
D | lsan_allocator.cc | 105 void Deallocate(void *p) { in Deallocate() function
|
/external/clang/include/clang/Lex/ |
D | PreprocessingRecord.h | 376 void Deallocate(void *Ptr) { } in Deallocate() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 929 void Deallocate(SizeClassAllocator *allocator, uptr class_id, void *p) { in Deallocate() function 1072 void Deallocate(AllocatorStats *stat, void *p) { in Deallocate() function 1329 void Deallocate(AllocatorCache *cache, void *p) { in Deallocate() function
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 513 void Deallocate(void *Ptr) { in Deallocate() function
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 493 void Deallocate(void *Ptr) const { } in Deallocate() function
|