Skip to content
  • Cheng Shao's avatar
    rts: expose HeapAlloc.h as public header · dedcf102
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    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.
    dedcf102