Go to the documentation of this file. 1#ifndef __SIMPLE_LIBC_MALLOC_H__
2#define __SIMPLE_LIBC_MALLOC_H__
6#if VSF_LINUX_CFG_RELATIVE_PATH == ENABLED && VSF_LINUX_USE_SIMPLE_LIBC == ENABLED
17#define aligned_malloc aligned_alloc
18#define aligned_free free
19#define memalign aligned_alloc
22# define _aligned_malloc aligned_malloc
23# define _aligned_free aligned_free