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
This would allow malloc to be replaced system-wide with an Alaska version. This requires a bit more work, as malloc requires a bit of extra functionality w/ things like aligned_alloc, but we can figure that out as the problems present themselves.
This will need an additional target, libalaska_preload.so which provides malloc wrappers around libalaska.so's halloc.
The text was updated successfully, but these errors were encountered:
This would allow
malloc
to be replaced system-wide with an Alaska version. This requires a bit more work, as malloc requires a bit of extra functionality w/ things likealigned_alloc
, but we can figure that out as the problems present themselves.This will need an additional target,
libalaska_preload.so
which providesmalloc
wrappers aroundlibalaska.so
'shalloc
.The text was updated successfully, but these errors were encountered: