OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SlabAllocator
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
Allocator.cpp
25
SlabAllocator
&allocator)
173
SlabAllocator
::~
SlabAllocator
() { }
/external/llvm/include/llvm/Support/
Allocator.h
59
///
SlabAllocator
- This class can be used to parameterize the underlying
64
class
SlabAllocator
{
66
virtual ~
SlabAllocator
();
74
class MallocSlabAllocator : public
SlabAllocator
{
105
SlabAllocator
&Allocator;
141
SlabAllocator
&allocator = DefaultSlabAllocator);
193
SlabAllocator
&allocator = BumpPtrAllocator::DefaultSlabAllocator)
Completed in 61 milliseconds