Lines Matching refs:memory
6 …el, memory corruption check is used to check the integrity of a dynamic memory pool. This mechanis…
11 **LOSCFG_BASE_MEM_NODE_INTEGRITY_CHECK** specifies the setting of the memory corruption check. This…
13 If this macro is enabled, the memory pool integrity will be checked in real time upon each memory a…
15 If this macro is not enabled, you can call **LOS_MemIntegrityCheck** to check the memory pool integ…
17 …memory node and provides information about the previous node (because memory is contiguous, a node…
20 …memory corruption check is enabled, a magic number is added to the node header, which increases th…
28 …grityCheck** to check for memory corruption. If no memory corruption occurs, **0** is returned and…
35 1. Request two physically adjacent memory blocks.
39 3. Call **LOS_MemIntegrityCheck** to check for memory corruption.
57 /* Request two physically adjacent memory blocks. */
60 …ess to cause memory corruption. The memory block of the first node is 8 bytes. Clearing 12 bytes o…
74 [ERR][OsMemMagicCheckPrint], 2028, memory check error!
75 memory used but magic num wrong, magic num = 0x00000000 /* Error information, indicating that the f…
80 …broken node head LR info: /* The node LR information can be output only after the memory leak chec…