Skip to content

rts: Consistently use stgMallocBytes instead of malloc

Ben Gamari requested to merge wip/stgMalloc into master

This can help in debugging RTS memory leaks since all allocations go through the same interface.

Merge request reports