Module jemalloc_ctl::thread[][src]

Thread specific operations.

Structs

AllocatedP

A type providing access to the total number of bytes allocated by the current thread.

DeallocatedP

A type providing access to the total number of bytes deallocated by the current thread.

ThreadLocal

A thread-local pointer.

Functions

allocatedp

Returns a thread-local pointer to the total number of bytes allocated by the current thread.

deallocatedp

Returns a pointer to the total number of bytes deallocated by the current thread.