rts: expose HeapAlloc.h as public header
This commit exposes HeapAlloc.h as a public header. The intention is to expose HEAP_ALLOCED/HEAP_ALLOCED_GC, so they can be used in assertions in other public headers, and they may also be useful for user code.
Showing
- rts/Sparks.c 1 addition, 1 deletionrts/Sparks.c
- rts/include/rts/storage/HeapAlloc.h 0 additions, 4 deletionsrts/include/rts/storage/HeapAlloc.h
- rts/posix/OSMem.c 1 addition, 1 deletionrts/posix/OSMem.c
- rts/rts.cabal 1 addition, 0 deletionsrts/rts.cabal
- rts/sm/CNF.c 1 addition, 1 deletionrts/sm/CNF.c
- rts/sm/GC.h 1 addition, 1 deletionrts/sm/GC.h
- rts/sm/NonMoving.h 1 addition, 1 deletionrts/sm/NonMoving.h
- rts/sm/NonMovingMark.c 1 addition, 1 deletionrts/sm/NonMovingMark.c
- rts/sm/Sanity.c 1 addition, 1 deletionrts/sm/Sanity.c
- rts/wasm/OSMem.c 1 addition, 1 deletionrts/wasm/OSMem.c
- rts/win32/OSMem.c 1 addition, 1 deletionrts/win32/OSMem.c
Loading
-
mentioned in commit 96109c11
-
mentioned in commit 0b2ecfea
-
mentioned in commit 5a170384
-
mentioned in commit 3913e9ce
-
mentioned in commit 8d38b450
-
mentioned in commit 930316d6
-
mentioned in commit 263892d3
-
mentioned in commit dff9f8d3
-
mentioned in commit c0024f27
-
mentioned in commit a5ff493c
-
mentioned in commit 627c86a8
-
mentioned in commit e310bcf3
-
mentioned in commit 2fdafbdf
-
mentioned in commit 3e0952bc
-
mentioned in commit f226e778
-
mentioned in commit 95b4ac32
Please register or sign in to comment