Expand description
Memory tools
Functions§
- get_
layout - Allocate memory with the specified size and alignment.
- has_
new_ ⚠bits - Compare two memory maps to detect new bits.
- read_
from_ mem - Read a value of type T from shared memory at the specified offset.
- read_
from_ ptr - Read a value of type T from a raw pointer at the specified offset.
- show_
shm_ mem_ layout - Display the memory layout of a shared memory segment.
- show_
shm_ ptr_ layout - Display the memory layout at a specific memory pointer.
- write_
to_ mem - Write a value of type T to shared memory at the specified offset.
- write_
to_ ptr - Write a value of type T to a raw pointer at the specified offset.