Searched refs:HugetlbSysAllocator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemfs_malloc.cc89 class HugetlbSysAllocator: public SysAllocator { class in inherits:SysAllocator
91 explicit HugetlbSysAllocator(SysAllocator* fallback) function in class:HugetlbSysAllocator
113 static char hugetlb_space[sizeof(HugetlbSysAllocator)];
117 void* HugetlbSysAllocator::Alloc(size_t size, size_t *actual_size,
143 "HugetlbSysAllocator: (failed, allocated)", failed_, hugetlb_base_);
151 void* HugetlbSysAllocator::AllocInternal(size_t size, size_t* actual_size,
217 bool HugetlbSysAllocator::Initialize() {
260 HugetlbSysAllocator* hp = new (hugetlb_space) HugetlbSysAllocator(alloc);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemfs_malloc.cc89 class HugetlbSysAllocator: public SysAllocator { class in inherits:SysAllocator
91 explicit HugetlbSysAllocator(SysAllocator* fallback) function in class:HugetlbSysAllocator
113 static char hugetlb_space[sizeof(HugetlbSysAllocator)];
117 void* HugetlbSysAllocator::Alloc(size_t size, size_t *actual_size,
143 "HugetlbSysAllocator: (failed, allocated)", failed_, hugetlb_base_);
151 void* HugetlbSysAllocator::AllocInternal(size_t size, size_t* actual_size,
217 bool HugetlbSysAllocator::Initialize() {
260 HugetlbSysAllocator* hp = new (hugetlb_space) HugetlbSysAllocator(alloc);

Completed in 1105 milliseconds