Home
last modified time | relevance | path

Searched refs:reclaimed (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/docs/en/application-dev/reference/common/
H A Dmemory.md39 … read operation on a **PurgeableMemory** object. If purgeable memory is reclaimed, the rebuilding …
41 …ite operation on the **PurgeableMemory** object. If purgeable memory is reclaimed, the rebuilding …
135 Starts a read operation on a **PurgeableMemory** object. If purgeable memory is reclaimed, the rebu…
145 …y data is ready; returns a failure message if purgeable memory has been reclaimed and fails to be …
161 Begins a write operation on the **PurgeableMemory** object. If purgeable memory is reclaimed, the r…
171 …y data is ready; returns a failure message if purgeable memory has been reclaimed and fails to be …
220 | func | Function pointer to the rebuilding function, which is used to restore the reclaimed purgea…
H A Dpurgeable__memory_8h.md34 … read operation on a **PurgeableMemory** object. If purgeable memory is reclaimed, the rebuilding …
36 …ite operation on the **PurgeableMemory** object. If purgeable memory is reclaimed, the rebuilding …
H A Djsvm__types_8h.md56 …bject. This function is called when the associated JavaScript object is reclaimed by the GC to exe…
/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-arkui-route-nav.md20 ## Will a page pushed into the stack through router.push be reclaimed? (API version 9)
22 After being pushed to the stack through **router.push**, a page can be reclaimed only when it is po…
H A Dfaqs-arkui-web.md447 **Web** components can be pre-created, reclaimed, and reused through dynamic component tree mount a…
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/
H A Dpurgeable_mem_manager.cpp607 int reclaimed = PurgeByTypeAndTarget(*typePtr, reclaimTargetKB); in TriggerByPsi() local
608 …HILOGI("reclaimed %{public}dKB purgeable [%{public}s]", reclaimed, PurgMemType2String(*typePtr).c_… in TriggerByPsi()
609 reclaimTargetKB -= reclaimed; in TriggerByPsi()
610 totalReclaimedKB += reclaimed; in TriggerByPsi()
/ohos5.0/docs/en/application-dev/napi/
H A Dpurgeable-memory-guidelines.md23 …f the object by 1. When the reference count reaches 0, the object can be reclaimed by the system.|
25 …of the object by 1. When the reference count reaches 0, the object can be reclaimed by the system.|
H A Duse-jsvm-life-cycle.md37 …SVM_CreateReference**. This allows objects to be correctly released and reclaimed when they are no…
39 …JSVM_CreateReference** so that the object can be correctly released and reclaimed when it is not r…
H A Duse-napi-about-cleanuphook.md12 …ironment or a process exits, not all the resources can be automatically reclaimed immediately. In …
H A Djsvm-data-types-interfaces.md893 …SVM_CreateReference**. This allows objects to be correctly released and reclaimed when they are no…
895 …JSVM_CreateReference** so that the object can be correctly released and reclaimed when it is not r…
901 Use a handle scope to protect an object created within the scope from being reclaimed.
911 Use an escapable handle scope to protect an object from being reclaimed within its parent scope.
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-basic-process-thread.md85 …*detach** attribute is complete, the task control block resources will be automatically reclaimed.|
138 …e is **LOS_TASK_STATUS_DETACHED**, the task resources are automatically reclaimed. If the task att…
209 …sed to initialize the high-priority task, the resources of which can be reclaimed by LOS_TaskJoin.…
H A Dkernel-small-basic-trans-user-signal.md55 > - If a process killed is not reclaimed by its parent process, the process becomes a zombie proce…
H A Dkernel-small-basic-memory-heap.md132 …use memory loss. When the memory used for alignment is freed up, the lost memory will be reclaimed.
150 …ee** is called, the memory block will be reclaimed and marked as free nodes. When memory blocks a…
H A Dkernel-mini-basic-memory.md243 …use memory loss. When the memory used for alignment is freed up, the lost memory will be reclaimed.
259 …ree** is called, the memory block will be reclaimed and marked as free nodes. When memory blocks a…
H A Dkernel-standard-mm-eswap.md152 …_buffers** and the current system buffer value. In fact, less memory is reclaimed due to reasons s…
H A Dkernel-small-basic-memory-physical.md6 … divided into page frames in the unit of 4 KiB. Memory is allocated and reclaimed by page frame. T…
H A Dkernel-mini-basic-task.md112 …the specified task is complete and the task control block resources are reclaimed.<br>**LOS_TaskDe…
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-jsleakwatcher.md64 …ered using **jsLeakWatcher.watch()** and may leak. Objects that are not reclaimed after GC is trig…
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v3.2.2-release.md210 … module leaks. When the user touches Back on the application, the memory is reclaimed.| 2023-07-15|
211 … module leaks. When the user touches Back on the application, the memory is reclaimed.| 2023-07-15|
212 …UI module leaks. This operation scenario is uncommon, and the memory is reclaimed after the applic…
H A DOpenHarmony-v2.2-beta2.md125 …enharmony/startup_init_lite/issues/I3TXT8) | Orphan processes cannot be reclaimed, and TCB resourc…
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dgc-introduction.md5 … allocated and reclaimed by the operating system. Data of the reference type is stored in heaps, a…
125 … background, full GC is triggered if the size of the object that can be reclaimed is expected to b…
H A Dtaskpool-vs-worker.md33 …ut the thread lifecycle, because non-continuous tasks are automatically reclaimed by the system if…
/ohos5.0/docs/en/application-dev/reference/apis-location-kit/
H A D_location.md109 …st location information.<br>The memory occupied by the instance will be reclaimed when [Location_I…
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-vector.md3 …ments are copied to the new memory area, and the current memory area is reclaimed. **Vector** can …
/ohos5.0/docs/en/design/
H A DOpenHarmony-part-design.md45 … must be stable and compatible with earlier versions. Deprecated APIs must be reclaimed as planned.

12