diff options
author | Björn Gustavsson <[email protected]> | 2010-08-14 12:04:51 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-08-17 11:01:26 +0200 |
commit | 1abdce9f382edd044142fe2a9b2a2dd02ff85225 (patch) | |
tree | 8e281fd04b7069a937e7409eac50cb409f124190 /erts/emulator/beam/sys.h | |
parent | 1d77bf934c95ee9e1bad65946d1a8c4749bb72db (diff) | |
download | otp-1abdce9f382edd044142fe2a9b2a2dd02ff85225.tar.gz otp-1abdce9f382edd044142fe2a9b2a2dd02ff85225.tar.bz2 otp-1abdce9f382edd044142fe2a9b2a2dd02ff85225.zip |
erts: Remove broken elib_malloc
elib_malloc is an alternate memory allocator that
is no longer possible to build.
Diffstat (limited to 'erts/emulator/beam/sys.h')
-rw-r--r-- | erts/emulator/beam/sys.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/erts/emulator/beam/sys.h b/erts/emulator/beam/sys.h index 5eedf7f39f..0031568af6 100644 --- a/erts/emulator/beam/sys.h +++ b/erts/emulator/beam/sys.h @@ -25,14 +25,6 @@ # define NO_FPE_SIGNALS #endif -/* Never use elib-malloc when purify-memory-tracing */ -#if defined(PURIFY) -#undef ENABLE_ELIB_MALLOC -#undef ELIB_HEAP_SBRK -#undef ELIB_ALLOC_IS_CLIB -#endif - - /* xxxP __VXWORKS__ */ #ifdef VXWORKS #include <vxWorks.h> @@ -1103,9 +1095,6 @@ erts_refc_read(erts_refc_t *refcp, long min_val) extern int erts_use_kernel_poll; #endif -void elib_ensure_initialized(void); - - #if defined(VXWORKS) /* NOTE! sys_calloc2 does not exist on other platforms than VxWorks and OSE */ |