/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_resource.h | 61 ID3D12Heap *heap; member
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_bo.h | 135 struct pb_slab *amdgpu_bo_slab_alloc(void *priv, unsigned heap, unsigned entry_size,
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_cs.h | 174 mali_ptr heap,
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/ |
H A D | Makefile | 53 LDFLAGS += --no-heap-copy --preload-file ../../misc/fonts@/fonts
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/ |
H A D | Makefile | 49 LDFLAGS += --no-heap-copy --preload-file ../../misc/fonts@/fonts
|
/third_party/node/deps/v8/src/heap/ |
H A D | sweeper.cc | 5 #include "src/heap/sweeper.h" 9 #include "src/heap/base/active-system-pages.h" 10 #include "src/heap/code-object-registry.h" 11 #include "src/heap/free-list-inl.h" 12 #include "src/heap/gc-tracer-inl.h" 13 #include "src/heap/gc-tracer.h" 14 #include "src/heap/invalidated-slots-inl.h" 15 #include "src/heap/mark-compact-inl.h" 16 #include "src/heap/remembered-set.h" 22 Sweeper::Sweeper(Heap* heap, MajorNonAtomicMarkingStat argument [all...] |
H A D | free-list.h | 10 #include "src/heap/memory-chunk.h" 19 namespace heap { namespace 22 } // namespace heap 55 void RepairFreeList(Heap* heap); 173 void RepairLists(Heap* heap);
|
H A D | objects-visiting-inl.h | 8 #include "src/heap/embedder-tracing.h" 9 #include "src/heap/mark-compact.h" 10 #include "src/heap/objects-visiting.h" 41 HeapVisitor<ResultType, ConcreteVisitor>::HeapVisitor(Heap* heap) in HeapVisitor() argument 42 : ObjectVisitorWithCageBases(heap) {} in HeapVisitor()
|
/third_party/node/deps/v8/src/objects/ |
H A D | shared-function-info-inl.h | 13 #include "src/heap/heap-write-barrier-inl.h" 530 retain_code_ = isolate->heap()->NewPersistentHandle( in IsCompiledScope() 534 isolate->heap()->NewPersistentHandle(shared.GetBytecodeArray(isolate)); in IsCompiledScope() 826 Heap* heap = GetHeapFromWritableObject(data); in ClearPreparseData() local 829 heap->NotifyObjectLayoutChange(data, no_gc); in ClearPreparseData() 838 heap->CreateFillerObjectAt( in ClearPreparseData()
|
H A D | js-array-buffer.cc | 103 isolate->heap()->AppendArrayBufferExtension(*this, extension); in Attach() 121 isolate->heap()->DetachArrayBufferExtension(*this, extension); in Detach() 227 // Already is off heap, so return the existing buffer. in GetBuffer() 242 isolate->heap()->FatalProcessOutOfMemory("JSTypedArray::GetBuffer"); in GetBuffer()
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | code-serializer.cc | 17 #include "src/heap/heap-inl.h" 18 #include "src/heap/local-factory-inl.h" 19 #include "src/heap/parked-scope.h" 116 // For objects on the read-only heap, never serialize the object, but instead in SerializeReadOnlyObject() 122 ReadOnlySpace* const read_only_space = isolate()->heap()->read_only_space(); in SerializeReadOnlyObject() 475 DCHECK(!local_isolate->heap()->HasPersistentHandles()); in StartDeserializeOffThread() 492 local_isolate->heap()->NewPersistentMaybeHandle(local_maybe_result); in StartDeserializeOffThread() 493 result.persistent_handles = local_isolate->heap()->DetachPersistentHandles(); in StartDeserializeOffThread() 564 isolate->heap() in FinishOffThreadDeserialize() [all...] |
H A D | serializer.h | 137 explicit ObjectCacheIndexMap(Heap* heap) : map_(heap), next_index_(0) {} in ObjectCacheIndexMap() argument 260 // Returns true if the given heap object is a bytecode handler code object. 332 explicit HotObjectsList(Heap* heap); 398 // Used to keep track of the off-heap backing stores used by TypedArrays/ 400 // TypedArray has an on-heap backing store, the backing_store pointer in the
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | auxtrace.h | 279 * @ordinal: value used for sorting (lowest ordinal is top of the heap) expected 288 * struct auxtrace_heap - a heap suitable for sorting AUX area tracing queues. 289 * @heap_array: the heap 290 * @heap_cnt: the number of elements in the heap 531 int auxtrace_heap__add(struct auxtrace_heap *heap, unsigned int queue_nr, 533 void auxtrace_heap__pop(struct auxtrace_heap *heap); 534 void auxtrace_heap__free(struct auxtrace_heap *heap);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | auxtrace.h | 303 * @ordinal: value used for sorting (lowest ordinal is top of the heap) expected 312 * struct auxtrace_heap - a heap suitable for sorting AUX area tracing queues. 313 * @heap_array: the heap 314 * @heap_cnt: the number of elements in the heap 551 int auxtrace_heap__add(struct auxtrace_heap *heap, unsigned int queue_nr, 553 void auxtrace_heap__pop(struct auxtrace_heap *heap); 554 void auxtrace_heap__free(struct auxtrace_heap *heap);
|
/third_party/node/src/ |
H A D | heap_utils.cc | 42 namespace heap { namespace 463 } // namespace heap 466 NODE_BINDING_CONTEXT_AWARE_INTERNAL(heap_utils, node::heap::Initialize) 468 node::heap::RegisterExternalReferences)
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-object.cc | 9 #include "src/heap/heap-inl.h" // For ToBoolean. TODO(jkummerow): Drop. 35 return isolate->heap()->ToBoolean((maybe.FromJust() & DONT_ENUM) == 0); in BUILTIN() 304 return isolate->heap()->ToBoolean(result.FromJust()); in BUILTIN() 316 return isolate->heap()->ToBoolean(result.FromJust()); in BUILTIN()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-array.cc | 9 #include "src/heap/factory.h" 10 #include "src/heap/heap-inl.h" // For ToBoolean. TODO(jkummerow): Drop. 11 #include "src/heap/heap-write-barrier-inl.h" 84 JSArray::SetLengthWouldNormalize(isolate->heap(), value)) { in RUNTIME_FUNCTION() 209 return isolate->heap()->ToBoolean(result.FromJust()); in RUNTIME_FUNCTION() 216 return isolate->heap()->ToBoolean(obj.IsJSArray()); in RUNTIME_FUNCTION()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | compiler.h | 324 midgard_instruction *heap = ralloc(ctx, struct midgard_instruction); in mir_upload_ins() local 325 memcpy(heap, &ins, sizeof(ins)); in mir_upload_ins() 326 return heap; in mir_upload_ins()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 780 log << TestLog::Message << "Memory type's heap is too small." << TestLog::EndMessage; 1123 MAX_MEMORY_USAGE_DIV = 2, // Use only 1/2 of each memory heap. 1194 MemoryHeap (const VkMemoryHeap& heap, 1199 : m_heap (heap) 1343 // Finally, the allocation size must be less than or equal to memory heap size 1375 // Finally, the allocation size must be less than or equal to memory heap size 1458 const de::SharedPtr<MemoryHeap> heap (new MemoryHeap(heapInfo, memoryTypes[heapIndex], m_memoryLimits, nonCoherentAtomSize, m_totalMemTracker)); 1460 TCU_CHECK_INTERNAL(!heap->full()); 1462 m_memoryHeaps.push_back(heap); 1601 MemoryHeap* const heap [all...] |
/kernel/linux/linux-5.10/drivers/dma-buf/heaps/ |
H A D | heap-helpers.c | 11 #include <uapi/linux/dma-heap.h> 13 #include "heap-helpers.h" 33 exp_info.exp_name = dma_heap_get_name(buffer->heap); in heap_helper_export_dmabuf()
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | debug.h | 257 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, 283 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat,
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | debug.h | 257 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, 283 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat,
|
/third_party/f2fs-tools/mkfs/ |
H A D | f2fs_format_main.c | 56 MSG(0, " -a heap-based allocation [default:0]\n"); in mkfs_usage() 89 if (c.heap == 0) in f2fs_show_info() 90 MSG(0, "Info: Disable heap-based policy\n"); in f2fs_show_info() 196 c.heap = atoi(optarg); in f2fs_parse_options()
|
/third_party/mesa3d/src/imagination/vulkan/winsys/ |
H A D | pvr_winsys.h | 81 * return all of these offsets per each heap as they might not be 127 struct pvr_winsys_heap *heap; member 428 struct pvr_winsys_vma *(*heap_alloc)(struct pvr_winsys_heap *heap,
|
/third_party/node/deps/v8/src/handles/ |
H A D | global-handles.h | 18 #include "src/heap/heap.h" 19 #include "src/objects/heap-object.h" 350 explicit GlobalHandleVector(Heap* heap) in GlobalHandleVector() argument 351 : locations_(StrongRootBlockAllocator(heap)) {} in GlobalHandleVector()
|