Home
last modified time | relevance | path

Searched refs:get_allocator_waste_size_function (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/base/allocator/
Dallocator_extension.cc13 thunks::GetAllocatorWasteSizeFunction get_allocator_waste_size_function = in GetAllocatorWasteSize() local
15 return get_allocator_waste_size_function != NULL && in GetAllocatorWasteSize()
16 get_allocator_waste_size_function(size); in GetAllocatorWasteSize()
36 thunks::GetAllocatorWasteSizeFunction get_allocator_waste_size_function) { in SetGetAllocatorWasteSizeFunction() argument
39 thunks::SetGetAllocatorWasteSizeFunction(get_allocator_waste_size_function); in SetGetAllocatorWasteSizeFunction()
Dallocator_extension_thunks.cc25 GetAllocatorWasteSizeFunction get_allocator_waste_size_function) { in SetGetAllocatorWasteSizeFunction() argument
26 g_get_allocator_waste_size_function = get_allocator_waste_size_function; in SetGetAllocatorWasteSizeFunction()
Dallocator_extension_thunks.h20 GetAllocatorWasteSizeFunction get_allocator_waste_size_function);
Dallocator_extension.h48 thunks::GetAllocatorWasteSizeFunction get_allocator_waste_size_function);