#include "osal/mem/osal_mem_ops.h"#include "policy/lexleo_cstd_lib.h"#include "policy/lexleo_cstring.h"
Go to the source code of this file.
Functions | |
| static void * | libc_malloc (size_t s) |
| static void | libc_free (void *p) |
| static void * | libc_calloc (size_t n, size_t s) |
| static void * | libc_realloc (void *p, size_t s) |
| static char * | libc_strdup (const char *s) |
| const osal_mem_ops_t * | osal_mem_default_ops (void) |
|
static |
Definition at line 10 of file osal_mem_ops.c.
|
static |
Definition at line 9 of file osal_mem_ops.c.
|
static |
Definition at line 8 of file osal_mem_ops.c.
|
static |
Definition at line 11 of file osal_mem_ops.c.
|
static |
Definition at line 13 of file osal_mem_ops.c.
| const osal_mem_ops_t * osal_mem_default_ops | ( | void | ) |
Definition at line 23 of file osal_mem_ops.c.