Symbols
loading...
Files
loading...

memp_malloc_pool() function

Get an element from a custom pool.

Syntax

void *memp_malloc_pool(const struct memp_desc *desc);
Implemented in memp.c:309

Arguments

desc

the pool to get an element from

Return value

a pointer to the allocated memory or a NULL pointer on error

Examples

memp_malloc_pool() is referenced by 28 libraries and example projects.

References

LocationText
memp.c:311
memp_malloc_pool(const struct memp_desc *desc)
memp_priv.h:153
void *memp_malloc_pool(const struct memp_desc *desc);

Call Tree

Functions called by memp_malloc_pool()
memp_malloc_pool()
printf()
all items filtered out
Data read by memp_malloc_pool()
all items filtered out
memp_malloc_pool()