mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-06 01:34:29 +01:00
d86155f72e
We'd like to avoid calls to all malloc related functions so libunwind is still usable from such allocators. Signed-off-by: Paul Pluzhnikov <ppluzhnikov@google.com>
5 lines
111 B
C
5 lines
111 B
C
#define UNW_LOCAL_ONLY
|
|
#include <libunwind.h>
|
|
#if !defined(UNW_REMOTE_ONLY)
|
|
#include "Gtest-nocalloc.c"
|
|
#endif
|