LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
osal_mem_fake_provider.c File Reference
Include dependency graph for osal_mem_fake_provider.c:

Go to the source code of this file.

Functions

const osal_mem_ops_tosal_mem_test_fake_ops (void)
 

Variables

static const osal_mem_ops_t OSAL_MEM_FAKE_OPS
 

Function Documentation

◆ osal_mem_test_fake_ops()

const osal_mem_ops_t * osal_mem_test_fake_ops ( void  )

Definition at line 15 of file osal_mem_fake_provider.c.

Variable Documentation

◆ OSAL_MEM_FAKE_OPS

const osal_mem_ops_t OSAL_MEM_FAKE_OPS
static
Initial value:
= {
.malloc = fake_malloc,
.free = fake_free,
.calloc = fake_calloc,
.realloc = fake_realloc,
.strdup = fake_strdup,
}

Definition at line 7 of file osal_mem_fake_provider.c.