aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc/malloc.c
blob: 9a2e81dddb88d52aed25d16e6fb3614929c6f916 (plain) (blame)
1
2
3
4
#include <alloc.h>

extern inline void *calt_malloc(size_t size);