Skip to content
  • Cheng Shao's avatar
    rts: fix --disable-large-address-space · a8f0435f
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    This patch moves
    ACQUIRE_ALLOC_BLOCK_SPIN_LOCK/RELEASE_ALLOC_BLOCK_SPIN_LOCK from
    Storage.h to HeapAlloc.h. When --disable-large-address-space is passed
    to configure, the code in HeapAlloc.h makes use of these two macros.
    Fixes #23385.
    a8f0435f