Stop tracking allocations
Begin tracking allocations
Get the current state of allocations
Are we currently allocations?
Allocate heap memory of sz bytes. If tracking allocations, the resultant pointer will be added to trackedAllocations
Allocate heap memory of sz bytes
Allocate sz bytes heap memory represented by a slice of ubytes. If tracking allocations, the resultant slice will be added to trackedAllocations
Allocate sz bytes of heap memory represented by a slice of ubytes.
Dealloc heap memory
Free heap memory
Keeps track of allocations
Stores state of allocations at specific scope