Searched refs:heaps (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/process/
H A Dmemory_win.cc45 // Gives us some extra space in the array in case a thread is creating heaps
48 scoped_ptr<HANDLE[]> heaps(new HANDLE[number_heaps + MARGIN]);
49 number_heaps = GetProcessHeaps(number_heaps + MARGIN, heaps.get());
55 // Don't bother with the result code. It may fails on heaps that have the
57 heap_set(heaps[i],
H A Dmemory_unittest.cc78 HANDLE heaps[1024] = { 0 };
79 unsigned number_heaps = GetProcessHeaps(1024, heaps);
84 ASSERT_NE(0, heap_query(heaps[i],
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp286 static void init(BaseHeap** heaps, ThreadState* state) argument
288 InitializeHeaps<index>::init(heaps, state);
289 heaps[index] = new typename HeapIndexTrait<index>::HeapType(state, index);
293 static void init(BaseHeap** heaps, ThreadState* state) { } argument
460 // on will not trace objects on this thread's heaps.
597 // other other heaps or put this address in the
647 json->beginArray("heaps");
1137 // Start the sweeper thread for the non finalized heaps. No

Completed in 150 milliseconds