Home | History | Annotate | Download | only in libgralloc-qsd8k

Lines Matching refs:allocator

45  * A PMEM allocator that allocates the entire pmem memory from the kernel and
46 * then uses a user-space allocator to suballocate from that. This requires
56 class Allocator {
58 virtual ~Allocator();
83 PmemUserspaceAllocator(Deps& deps, Deps::Allocator& allocator, const char* pmemdev);
110 Deps::Allocator& allocator;
120 * A PMEM allocator that allocates each individual allocation from the kernel
121 * (using the kernel's allocator). This requires the kernel driver for the