aboutsummaryrefslogtreecommitdiffstats
path: root/common/almalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/almalloc.h')
-rw-r--r--common/almalloc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/almalloc.h b/common/almalloc.h
index 7b74b659..df329747 100644
--- a/common/almalloc.h
+++ b/common/almalloc.h
@@ -12,14 +12,6 @@ void *al_malloc(size_t alignment, size_t size);
void *al_calloc(size_t alignment, size_t size);
void al_free(void *ptr) noexcept;
-size_t al_get_page_size(void) noexcept;
-
-/**
- * Returns non-0 if the allocation function has direct alignment handling.
- * Otherwise, the standard malloc is used with an over-allocation and pointer
- * offset strategy.
- */
-int al_is_sane_alignment_allocator(void) noexcept;
#define DEF_NEWDEL(T) \
void *operator new(size_t size) \