Searched refs:heaps (Results 1 – 8 of 8) sorted by relevance
/external/kernel-headers/original/linux/ |
D | ion.h | 100 struct ion_platform_heap heaps[]; member
|
/external/chromium/base/ |
D | process_util_win.cc | 835 scoped_array<HANDLE> heaps(new HANDLE[number_heaps + MARGIN]); in EnableLowFragmentationHeap() local 836 number_heaps = GetProcessHeaps(number_heaps + MARGIN, heaps.get()); in EnableLowFragmentationHeap() 844 heap_set(heaps[i], in EnableLowFragmentationHeap()
|
D | process_util_unittest.cc | 280 HANDLE heaps[1024] = { 0 }; in TEST_F() local 281 unsigned number_heaps = GetProcessHeaps(1024, heaps); in TEST_F() 286 ASSERT_NE(0, HeapQueryInformation(heaps[i], in TEST_F()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 1956 So, it makes more sense to remove it completely than to make it work with multiple heaps. 5110 * API/JSBase.cpp: (JSGarbageCollect): Collect both shared and per-thread heaps. 7225 used, but the code is layed out in preparation to making the switch to multiple heaps.
|
D | ChangeLog-2009-06-16 | 20287 resource, and thread tracking is not needed for worker heaps, or for WebCore heap. 28796 Make MessagePorts protect their peers across heaps
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 7944 Give jdahlin the heaps of credit that are so
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 9302 be needed when heaps are actually per-thread, but this isn't the case yet, and collecting
|
D | ChangeLog-2009-06-16 | 78084 Make MessagePorts protect their peers across heaps
|