Dear Graphene-Maintainers,
I have recently begun doing some research on Graphene. I have built and installed Graphene (without SGX) and am able to run the examples and custom binaries. In the documentation I read that it should be possible to build Graphene without glibc, so I wanted to ask: How can I have my application link malloc to the definition in shim_malloc.c instead of the glibc variant? I would like to experiment with the internal slab allocator.