How to verify it's working? #229
Unanswered
artemislena
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I missed this notification, I will take a look later this week. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hooking code on MacOS is notoriously tricky and new versions of MacOS often break what was previously working. Here are some ideas to confirm the library is loaded:
If these show its not working let me know. However it is best to use isoalloc through the APIs directly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
T.: So, we're on macOS (ARM). We downloaded the latest release source, built w
make cpp_library
(that should work for both C and C++ programs then, right?), copied the.dylib
file from./build
into/usr/local/lib
, n put the path for that intoDYLD_INSERT_LIBRARIES
in~/.zshenv
(i.e.DYLD_INSERT_LIBRARIES=/usr/local/lib/libisoalloc.dylib
). So far no errors or anything, but is't actually being preloaded n used? N do we need the.o
files (also in./build
) for anything? And's there any way for making graphic apps (outside the terminal) use't as an allocator, too?Beta Was this translation helpful? Give feedback.
All reactions