#ifndef ALLOC_BACKEND_H #define ALLOC_BACKEND_H #include void* call_alloc_backend(size_t size); #endif