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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemfs_malloc.cc105 void* AllocInternal(size_t size, size_t *actual_size, size_t alignment);
138 void* result = AllocInternal(aligned_size, actual_size, new_alignment);
151 void* HugetlbSysAllocator::AllocInternal(size_t size, size_t* actual_size, function in class:HugetlbSysAllocator
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemfs_malloc.cc105 void* AllocInternal(size_t size, size_t *actual_size, size_t alignment);
138 void* result = AllocInternal(aligned_size, actual_size, new_alignment);
151 void* HugetlbSysAllocator::AllocInternal(size_t size, size_t* actual_size, function in class:HugetlbSysAllocator

Completed in 75 milliseconds