Crate rs_malloc_tracker

Crate rs_malloc_tracker 

Source

Macros§

c_stringify
fn_impl
Implements an atomic function pointer type (used by shadow!)
get_frame
Get a stack pointer to a single frame.
shadow
Shadows an existing symbol. A pointer to the shadowed function is available by calling f!(). The function signature must be declared using fn_impl!.

Structs§

AtomicFnPtr

Functions§

aligned_alloc
Safety
calloc
Safety
free
Safety
malloc
Safety
memalign
Safety
posix_memalign
Safety
pvalloc
Safety
realloc
Safety
reallocarray
Safety
rust_free
rust_malloc
valloc
Safety