@@ -68,12 +68,12 @@ void __register_frame_info(const void *, void *); void *__deregister_frame_info(const void *); #endif extern bool glue_of_init(void); -extern void *glue_of_malloc(void); -extern void *glue_of_calloc(void); +extern void *glue_of_alloc(void); +extern void *glue_of_alloc_zeroed(void); extern void *glue_of_realloc(void); extern uint32_t *glue_of_hash_seed_ref(void); extern OFStdIOStream **glue_of_stdin_ref(void); extern OFStdIOStream **glue_of_stdout_ref(void); extern OFStdIOStream **glue_of_stderr_ref(void); @@ -628,12 +628,12 @@ #ifdef OF_MORPHOS (CONST_APTR)-1, (CONST_APTR)FUNCARRAY_32BIT_SYSTEMV, #endif (CONST_APTR)glue_of_init, - (CONST_APTR)glue_of_malloc, - (CONST_APTR)glue_of_calloc, + (CONST_APTR)glue_of_alloc, + (CONST_APTR)glue_of_alloc_zeroed, (CONST_APTR)glue_of_realloc, (CONST_APTR)glue_of_hash_seed_ref, (CONST_APTR)glue_of_stdin_ref, (CONST_APTR)glue_of_stdout_ref, (CONST_APTR)glue_of_stderr_ref,