Home
last modified time | relevance | path

Searched refs:heap (Results 551 - 575 of 651) sorted by relevance

1...<<21222324252627

/third_party/python/Lib/multiprocessing/
H A Dsynchronize.py367 from .heap import BufferWrapper
/kernel/linux/linux-5.10/fs/ubifs/
H A Dlpt.c2265 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 Ddebug.c908 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 Dlpt.c2265 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 Ddebug.c908 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 Dnode_worker.cc165 // --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 Ddecode.c997 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 Dsetup-heap-internal.cc9 #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 Djs-function.cc11 #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 Dstring-inl.h12 #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 Delements.cc14 #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 Dswiss-name-dictionary-inl.h13 #include "src/heap/heap.h"
313 SLOW_DCHECK(!isolate->heap()->IsPendingAllocation(*this)); in TryValueAt()
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc19 #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 Dtranslated-state.cc18 #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 Dwasm-objects.cc890 : 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 Dbootstrapper.cc30 #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 Dv4l2_buffer.cpp19 #include <linux/dma-heap.h>
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dbcache.h450 DECLARE_HEAP(struct bucket *, heap);
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dbcache.h458 DECLARE_HEAP(struct bucket *, heap);
/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc.c120 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 Dmalloc.c116 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 Dmalloc.c118 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 Dassembler-x64-inl.h370 void RelocInfo::set_target_object(Heap* heap, HeapObject target, in set_target_object() argument
/third_party/node/deps/v8/src/heap/base/
H A Dworklist.h16 namespace heap { namespace
477 } // namespace heap
/third_party/node/deps/v8/src/profiler/
H A Dcpu-profiler.cc87 // callbacks on the heap. in ProfilingScope()
88 DCHECK(isolate_->heap()->HasBeenSetUp()); in ProfilingScope()

Completed in 54 milliseconds

1...<<21222324252627