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