Module jemalloc_ctl::thread [] [src]

Thread specific operations.

Re-exports

pub use thread::AllocatedP as Allocated;
pub use thread::DeallocatedP as Deallocated;

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.