OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MallocSlabAllocator
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
Allocator.cpp
170
MallocSlabAllocator
BumpPtrAllocator::DefaultSlabAllocator =
171
MallocSlabAllocator
();
175
MallocSlabAllocator
::~
MallocSlabAllocator
() { }
177
MemSlab *
MallocSlabAllocator
::Allocate(size_t Size) {
184
void
MallocSlabAllocator
::Deallocate(MemSlab *Slab) {
/external/llvm/include/llvm/Support/
Allocator.h
71
///
MallocSlabAllocator
- The default slab allocator for the bump allocator
74
class
MallocSlabAllocator
: public SlabAllocator {
80
MallocSlabAllocator
() : Allocator() { }
81
virtual ~
MallocSlabAllocator
();
103
/// defaults to
MallocSlabAllocator
, which wraps malloc, but it could be
136
static
MallocSlabAllocator
DefaultSlabAllocator;
Completed in 155 milliseconds