#ifndef LUAT_MEM_H #define LUAT_MEM_H #define LUAT_MEM_MALLOC luat_heap_malloc #define LUAT_MEM_FREE luat_heap_free #define LUAT_MEM_REALLOC luat_heap_realloc #define LUAT_MEM_CALLOC luat_heap_calloc #endif