Expand description
Thread specific operations.
Structsยง
- A thread-local pointer.
- Access to the total number of bytes allocated by the current thread.
- See
allocatedp
. - Access to the total number of bytes deallocated by the current thread.
- See
deallocatedp
.