HomeSort by relevance Sort by last modified time
    Searched refs:GetAllocatorWasteSizeFunction (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/allocator/
allocator_extension_thunks.h 18 typedef bool (*GetAllocatorWasteSizeFunction)(size_t* size);
20 GetAllocatorWasteSizeFunction get_allocator_waste_size_function);
21 GetAllocatorWasteSizeFunction GetGetAllocatorWasteSizeFunction();
allocator_extension_thunks.cc 20 static GetAllocatorWasteSizeFunction g_get_allocator_waste_size_function = NULL;
25 GetAllocatorWasteSizeFunction get_allocator_waste_size_function) {
29 GetAllocatorWasteSizeFunction GetGetAllocatorWasteSizeFunction() {
allocator_extension.cc 13 thunks::GetAllocatorWasteSizeFunction get_allocator_waste_size_function =
36 thunks::GetAllocatorWasteSizeFunction get_allocator_waste_size_function) {
38 reinterpret_cast<thunks::GetAllocatorWasteSizeFunction>(NULL));
allocator_extension.h 48 thunks::GetAllocatorWasteSizeFunction get_allocator_waste_size_function);

Completed in 1487 milliseconds