aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 54bce0fab0c..a99002bddda 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -3774,10 +3774,9 @@ INLINE void (check_cons_list) (void) { lisp_h_check_cons_list (); }
3774/* Defined in gmalloc.c. */ 3774/* Defined in gmalloc.c. */
3775#if !defined DOUG_LEA_MALLOC && !defined HYBRID_MALLOC && !defined SYSTEM_MALLOC 3775#if !defined DOUG_LEA_MALLOC && !defined HYBRID_MALLOC && !defined SYSTEM_MALLOC
3776extern size_t __malloc_extra_blocks; 3776extern size_t __malloc_extra_blocks;
3777extern void *aligned_alloc (size_t, size_t);
3778#endif 3777#endif
3779#if defined HYBRID_MALLOC && !defined HAVE_ALIGNED_ALLOC 3778#ifndef HAVE_DECL_ALIGNED_ALLOC
3780extern void *hybrid_aligned_alloc (size_t, size_t) ATTRIBUTE_MALLOC_SIZE ((2)); 3779extern void *aligned_alloc (size_t, size_t) ATTRIBUTE_MALLOC_SIZE ((2));
3781#endif 3780#endif
3782extern void malloc_enable_thread (void); 3781extern void malloc_enable_thread (void);
3783 3782