![]() |
agileRTOS (zrtos)
Version 0.8.0 (ghostbuster)
|
#include <zrtos/malloc.h>
Go to the source code of this file.
Data Structures | |
struct | _zrtos_malloc_limit_t |
Macros | |
#define | ZRTOS_MALLOC_LIMIT__INIT() {.length = 0} |
Typedefs | |
typedef struct _zrtos_malloc_limit_t | zrtos_malloc_limit_t |
Functions | |
void * | zrtos_malloc_limit__malloc (zrtos_malloc_limit_t *thiz, size_t length, size_t limit) |
void | zrtos_malloc_limit__free (zrtos_malloc_limit_t *thiz, void *ptr) |
#define ZRTOS_MALLOC_LIMIT__INIT | ( | ) | {.length = 0} |
Definition at line 23 of file malloc_limit.h.
typedef struct _zrtos_malloc_limit_t zrtos_malloc_limit_t |
void zrtos_malloc_limit__free | ( | zrtos_malloc_limit_t * | thiz, |
void * | ptr | ||
) |
Definition at line 41 of file malloc_limit.h.
void* zrtos_malloc_limit__malloc | ( | zrtos_malloc_limit_t * | thiz, |
size_t | length, | ||
size_t | limit | ||
) |