OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SlabAllocator
(Results
1 - 4
of
4
) sorted by null
/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)
/external/llvm/lib/Support/
Allocator.cpp
24
SlabAllocator
&allocator)
165
SlabAllocator
::~
SlabAllocator
() { }
/external/llvm/unittests/Support/
AllocatorTest.cpp
98
class MockSlabAllocator : public
SlabAllocator
{
/external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp
256
class JITSlabAllocator : public
SlabAllocator
{
Completed in 124 milliseconds