rts: Consistently use stgMallocBytes instead of malloc
This can help in debugging RTS memory leaks since all allocations go through the same interface.
parent
eb9bdaef
No related branches found
No related tags found
Pipeline #24063 failed
Stage: lint
Stage: quick-build
Stage: build
Stage: full-build
Stage: cleanup
Stage: packaging
Stage: testing
Showing
- rts/linker/PEi386.c 10 additions, 10 deletionsrts/linker/PEi386.c
- rts/win32/IOManager.c 7 additions, 9 deletionsrts/win32/IOManager.c
- rts/win32/OSThreads.c 9 additions, 9 deletionsrts/win32/OSThreads.c
- rts/win32/WorkQueue.c 1 addition, 6 deletionsrts/win32/WorkQueue.c
- rts/xxhash.c 3 additions, 3 deletionsrts/xxhash.c
Loading
Please register or sign in to comment