/third_party/python/Lib/multiprocessing/ |
H A D | synchronize.py | 367 from .heap import BufferWrapper
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | lpt.c | 2265 struct ubifs_lpt_heap *heap; in dbg_chk_pnode() local 2327 heap = &c->lpt_heap[cat - 1]; in dbg_chk_pnode() 2328 if (lprops->hpos < heap->cnt && in dbg_chk_pnode() 2329 heap->arr[lprops->hpos] == lprops) in dbg_chk_pnode() 2344 ubifs_err(c, "LEB %d cat %d not found in cat heap/list", in dbg_chk_pnode()
|
H A D | debug.c | 908 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat) in ubifs_dump_heap() argument 912 pr_err("(pid %d) start dumping heap cat %d (%d elements)\n", in ubifs_dump_heap() 913 current->pid, cat, heap->cnt); in ubifs_dump_heap() 914 for (i = 0; i < heap->cnt; i++) { in ubifs_dump_heap() 915 struct ubifs_lprops *lprops = heap->arr[i]; in ubifs_dump_heap() 921 pr_err("(pid %d) finish dumping heap\n", current->pid); in ubifs_dump_heap()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | lpt.c | 2265 struct ubifs_lpt_heap *heap; in dbg_chk_pnode() local 2327 heap = &c->lpt_heap[cat - 1]; in dbg_chk_pnode() 2328 if (lprops->hpos < heap->cnt && in dbg_chk_pnode() 2329 heap->arr[lprops->hpos] == lprops) in dbg_chk_pnode() 2344 ubifs_err(c, "LEB %d cat %d not found in cat heap/list", in dbg_chk_pnode()
|
H A D | debug.c | 908 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat) in ubifs_dump_heap() argument 912 pr_err("(pid %d) start dumping heap cat %d (%d elements)\n", in ubifs_dump_heap() 913 current->pid, cat, heap->cnt); in ubifs_dump_heap() 914 for (i = 0; i < heap->cnt; i++) { in ubifs_dump_heap() 915 struct ubifs_lprops *lprops = heap->arr[i]; in ubifs_dump_heap() 921 pr_err("(pid %d) finish dumping heap\n", current->pid); in ubifs_dump_heap()
|
/third_party/node/src/ |
H A D | node_worker.cc | 165 // --heapsnapshot-near-heap-limit gets is popped. in WorkerThreadData() 256 worker->Exit(1, "ERR_WORKER_OUT_OF_MEMORY", "JS heap out of memory"); in NearHeapLimit() 769 Debug(w, "Worker %llu taking heap snapshot", w->thread_id_.id); in TakeHeapSnapshot() 789 heap::HeapSnapshotPointer snapshot{ in TakeHeapSnapshot() 804 heap::CreateHeapSnapshotStream(env, std::move(snapshot)); in TakeHeapSnapshot()
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | decode.c | 997 if (t.heap) in pandecode_bifrost_tiler() 998 pandecode_bifrost_tiler_heap(t.heap, job_no); in pandecode_bifrost_tiler()
|
/third_party/node/deps/v8/src/heap/ |
H A D | setup-heap-internal.cc | 9 #include "src/heap/factory.h" 10 #include "src/heap/heap-inl.h" 12 #include "src/init/heap-symbols.h" 24 #include "src/objects/heap-number.h" 70 bool SetupIsolateDelegate::SetupHeapInternal(Heap* heap) { in SetupHeapInternal() argument 71 return heap->CreateHeapObjects(); in SetupHeapInternal() 920 /* Canonical off-heap trampoline data */ in CreateInitialObjects()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-function.cc | 11 #include "src/heap/heap-inl.h" 526 if (function->raw_feedback_cell() == isolate->heap()->many_closures_cell()) { in EnsureClosureFeedbackCellArray() 574 isolate->heap()->many_closures_cell()); in CreateAndAttachFeedbackVector()
|
H A D | string-inl.h | 12 #include "src/heap/factory.h" 64 return local_isolate && !local_isolate->heap()->is_main_thread(); in IsNeeded() 1185 isolate->heap()->UpdateExternalString(*this, 0, new_payload); in SetResource() 1257 isolate->heap()->UpdateExternalString(*this, 0, new_payload); in SetResource()
|
H A D | elements.cc | 14 #include "src/heap/factory.h" 15 #include "src/heap/heap-inl.h" // For MaxNumberToStringCacheSize. 16 #include "src/heap/heap-write-barrier-inl.h" 282 // existing heap objects to be propertly initialized. in CopyDoubleToObjectElements() 494 isolate->heap()->WriteBarrierForRange(*indices, ObjectSlot(start), in SortIndices() 758 isolate->heap()->RightTrimFixedArray(*backing_store, elements_to_trim); in SetLengthImpl() 1160 isolate->heap()->MaxNumberToStringCacheSize(); in DirectCollectElementIndicesImpl() 1955 isolate->heap() in DeleteAtEnd() 2121 Heap* heap = isolate->heap(); ValidateContents() local [all...] |
H A D | swiss-name-dictionary-inl.h | 13 #include "src/heap/heap.h" 313 SLOW_DCHECK(!isolate->heap()->IsPendingAllocation(*this)); in TryValueAt()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-debug.cc | 19 #include "src/heap/heap-inl.h" // For ToBoolean. TODO(jkummerow): Drop. 25 #include "src/objects/heap-object-inl.h" 462 return isolate->heap()->ToBoolean(res); in RUNTIME_FUNCTION() 545 isolate->heap()->PreciseCollectAllGarbage(Heap::kNoGCFlags, in RUNTIME_FUNCTION() 653 // Slow traversal over all scripts on the heap.
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | translated-state.cc | 18 #include "src/objects/heap-number-inl.h" 509 // each object we have allocated space on heap. The space will be in GetValue() 519 isolate()->heap()->mark_compact_collector()->EnsureSweepingCompleted( in GetValue() 1606 // Materialize (i.e. allocate&initialize) the heap number and return. in EnsureCapturedObjectAllocatedAt() 1682 // mutable heap numbers at the right places. in EnsureCapturedObjectAllocatedAt() 1749 // Make sure the simple values (heap numbers, etc.) are properly in EnsureChildrenAllocated() 1853 isolate()->heap()->NotifyObjectLayoutChange(*object_storage, no_gc); in InitializeJSObjectAt() 1870 // what the markers in the storage say (note that all heap numbers in InitializeJSObjectAt() 1905 isolate()->heap()->NotifyObjectLayoutChange(*object_storage, no_gc); in InitializeObjectWithTaggedFieldsAt() 2140 // Undefine the heap manipulatio [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.cc | 890 : handle(ReadOnlyRoots(isolate->heap()).empty_weak_array_list(), in AddInstance() 1208 isolate->heap()->NewSpaceAllocationLimitAddress()); in New() 1210 isolate->heap()->NewSpaceAllocationTopAddress()); in New() 1212 isolate->heap()->OldSpaceAllocationLimitAddress()); in New() 1214 isolate->heap()->OldSpaceAllocationTopAddress()); in New() 2085 // WasmJSFunctions use on-heap Code objects as call targets, so we can't in New() 2302 *error_message = "i31ref-typed object cannot be a heap object"; in TypecheckJSObject()
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 30 #include "src/heap/heap-inl.h" 177 Heap* heap() const { return isolate_->heap(); } in heap() function in v8::internal::Genesis 339 isolate_->heap()->NotifyBootstrapComplete(); in CreateEnvironment() 359 // Log all created Map objects that are on the heap. For snapshots the Map in LogAllMaps() 1237 Heap* heap = isolate->heap(); in AddToWeakNativeContextList() local 1242 for (Object current = heap->native_contexts_list(); in AddToWeakNativeContextList() 1249 context.set(Context::NEXT_CONTEXT_LINK, heap in AddToWeakNativeContextList() [all...] |
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/ |
H A D | v4l2_buffer.cpp | 19 #include <linux/dma-heap.h>
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | bcache.h | 450 DECLARE_HEAP(struct bucket *, heap);
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | bcache.h | 458 DECLARE_HEAP(struct bucket *, heap);
|
/third_party/musl/src/malloc/oldmalloc/ |
H A D | malloc.c | 120 for (c = (void *)mal.heap; CHUNK_SIZE(c); c = NEXT_CHUNK(c)) 158 /* Expand the heap in-place if brk can be used, or otherwise via mmap, 211 * overhead needs, but if the heap can't be extended in-place, in expand_heap() 234 /* Record new heap end and fill in footer. */ in expand_heap() 241 * zero-size sentinel header at the old end-of-heap. */ in expand_heap()
|
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/ |
H A D | malloc.c | 116 for (c = (void *)mal.heap; CHUNK_SIZE(c); c = NEXT_CHUNK(c)) 154 /* Expand the heap in-place if brk can be used, or otherwise via mmap, 203 * overhead needs, but if the heap can't be extended in-place, in expand_heap() 220 /* Record new heap end and fill in footer. */ in expand_heap() 227 * zero-size sentinel header at the old end-of-heap. */ in expand_heap()
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/ |
H A D | malloc.c | 118 for (c = (void *)mal.heap; CHUNK_SIZE(c); c = NEXT_CHUNK(c)) 156 /* Expand the heap in-place if brk can be used, or otherwise via mmap, 205 * overhead needs, but if the heap can't be extended in-place, in expand_heap() 224 /* Record new heap end and fill in footer. */ in expand_heap() 231 * zero-size sentinel header at the old end-of-heap. */ in expand_heap()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64-inl.h | 370 void RelocInfo::set_target_object(Heap* heap, HeapObject target, in set_target_object() argument
|
/third_party/node/deps/v8/src/heap/base/ |
H A D | worklist.h | 16 namespace heap { namespace 477 } // namespace heap
|
/third_party/node/deps/v8/src/profiler/ |
H A D | cpu-profiler.cc | 87 // callbacks on the heap. in ProfilingScope() 88 DCHECK(isolate_->heap()->HasBeenSetUp()); in ProfilingScope()
|