Searched refs:_heap (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/util/ |
D | vma.c | 36 #define util_vma_foreach_hole(_hole, _heap) \ argument 37 list_for_each_entry(struct util_vma_hole, _hole, &(_heap)->holes, link) 39 #define util_vma_foreach_hole_safe(_hole, _heap) \ argument 40 list_for_each_entry_safe(struct util_vma_hole, _hole, &(_heap)->holes, link) 42 #define util_vma_foreach_hole_safe_rev(_hole, _heap) \ argument 43 list_for_each_entry_safe_rev(struct util_vma_hole, _hole, &(_heap)->holes, link)
|
/third_party/python/Lib/multiprocessing/ |
D | heap.py | 324 _heap = Heap() variable in BufferWrapper 331 block = BufferWrapper._heap.malloc(size) 333 util.Finalize(self, BufferWrapper._heap.free, args=(block,))
|
/third_party/python/Lib/test/ |
D | _test_multiprocessing.py | 3601 self.old_heap = multiprocessing.heap.BufferWrapper._heap 3602 multiprocessing.heap.BufferWrapper._heap = multiprocessing.heap.Heap() 3605 multiprocessing.heap.BufferWrapper._heap = self.old_heap 3614 heap = multiprocessing.heap.BufferWrapper._heap
|
/third_party/flutter/engine/flutter/lib/snapshot/ |
D | fuchsia_compilation_trace.txt | 299 dart:isolate,_Timer,get:_heap
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 2061 .. _heap-types:
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | compilation_trace.txt | 2415 dart:isolate,_Timer,get:_heap 2425 dart:isolate,_Timer,init:_heap
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V11.md | 615 …e/commit/e2baa6836b)] - **build**: remove v8\_typed\_array\_max\_size\_in\_heap option (Anna Henni…
|