OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Deallocate
(Results
1 - 13
of
13
) sorted by null
/external/llvm/include/llvm/Support/
RecyclingAllocator.h
48
///
Deallocate
- Release storage for the pointed-to object. The
52
void
Deallocate
(SubClass* E) { return Base.
Deallocate
(Allocator, E); }
70
A.
Deallocate
(E);
Recycler.h
85
Allocator.
Deallocate
(t);
106
void
Deallocate
(AllocatorType & /*Allocator*/, SubClass* Element) {
Allocator.h
46
void
Deallocate
(const void *Ptr) { free(const_cast<void*>(Ptr)); }
68
virtual void
Deallocate
(MemSlab *Slab) = 0;
83
virtual void
Deallocate
(MemSlab *Slab);
132
/// DeallocateSlabs -
Deallocate
all memory slabs after and including this
144
/// Reset -
Deallocate
all but the current slab and reset the current pointer
175
void
Deallocate
(const void * /*Ptr*/) {}
200
/// Call the destructor of each allocated object and
deallocate
all but the
/external/opencv/
WLNonFileByteStream.cpp
29
Deallocate
();
42
void WLNonFileByteStream::
Deallocate
()
67
Deallocate
();
/external/llvm/unittests/Support/
AllocatorTest.cpp
123
virtual void
Deallocate
(MemSlab *Slab) {
/external/llvm/lib/Support/
Allocator.cpp
60
/// DeallocateSlabs -
Deallocate
all memory slabs after and including this
71
Allocator.
Deallocate
(Slab);
76
/// Reset -
Deallocate
all but the current slab and reset the current pointer
176
void MallocSlabAllocator::
Deallocate
(MemSlab *Slab) {
177
Allocator.
Deallocate
(Slab);
/external/clang/include/clang/Basic/
PartialDiagnostic.h
100
void
Deallocate
(Storage *S) {
143
Allocator->
Deallocate
(DiagStorage);
/hardware/ti/omap3/dspbridge/inc/
dynamic_loader.h
307
*
Deallocate
315
void (*
Deallocate
) (struct Dynamic_Loader_Sym * thisptr, void *memptr);
336
* A class used by the dynamic loader to allocate and
deallocate
target memory.
407
* Function
deallocate
418
void (*
Deallocate
) (struct Dynamic_Loader_Allocate * thisptr,
/external/clang/include/clang/Lex/
PreprocessingRecord.h
296
/// \brief
Deallocate
memory in the preprocessing record.
297
void
Deallocate
(void *Ptr) { }
366
PR.
Deallocate
(ptr);
/external/llvm/include/llvm/MC/
MCContext.h
274
void
Deallocate
(void *Ptr) {
297
/// @c Context.
Deallocate
(Ptr).
316
C.
Deallocate
(Ptr);
331
/// @c Context.
Deallocate
(Ptr).
350
C.
Deallocate
(Ptr);
/external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp
211
"Cannot
deallocate
part of an allocated block!");
262
virtual void
Deallocate
(MemSlab *Slab);
482
/// deallocateFunctionBody -
Deallocate
all memory for the specified
488
/// deallocateExceptionTable -
Deallocate
memory for the specified
525
void JITSlabAllocator::
Deallocate
(MemSlab *Slab) {
/external/clang/include/clang/AST/
ASTContext.h
346
void
Deallocate
(void *Ptr) const { }
[
all
...]
/external/valgrind/tsan/
thread_sanitizer.cc
437
void
Deallocate
(void *ptr) {
478
free_lists_[capacity]->
Deallocate
(mem);
1160
free_lists_[rounded_size]->
Deallocate
(vts);
[
all
...]
Completed in 3870 milliseconds