You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two functions still return our constants for heap start/end. But for a few cases, they do not return correct values.
malloc marksweep may return addresses outside the range.
for 64 bits, we use addresses beyond HEAP_END
if we allocate with disable_collection() (Add API disable_collection() #474), we allow allocation beyond our heap limit. The addresses may go beyond the heap range.