AsmJit
Low-Latency Machine Code Generation
Statistics about JitAllocator
.
Resets the statistics to all zeros.
Returns count of blocks managed by JitAllocator
at the moment.
Returns the number of active allocations.
Returns how many bytes are currently used.
Returns the number of bytes unused by the allocator at the moment.
Returns the total number of bytes reserved by the allocator (sum of sizes of all blocks).
Returns the number of bytes the allocator needs to manage the allocated memory.
Number of blocks JitAllocator
maintains.
Number of active allocations.
How many bytes are currently used / allocated.
How many bytes are currently reserved by the allocator.
Allocation overhead (in bytes) required to maintain all blocks.