#include <stdlib.h>
#include "../error/error.h"
Go to the source code of this file.
Defines | |
#define | NPS_ALLOC_LKG static inline |
Functions | |
NPS_ALLOC_LKG void * | nps_malloc (size_t size) |
NPS_ALLOC_LKG void * | nps_calloc (size_t nmemb, size_t size) |
NPS_ALLOC_LKG void | nps_free (void *ptr) |
NPS_ALLOC_LKG void * | nps_realloc (void *ptr, size_t size) |
Variables | |
nps_domain_t | NPS_ALLOC |
nps_errorType_t | NPS_ALLOC_OutOfMemory |
#define NPS_ALLOC_LKG static inline |
NPS_ALLOC_LKG void* nps_calloc | ( | size_t | nmemb, | |
size_t | size | |||
) |
NPS_ALLOC_LKG void nps_free | ( | void * | ptr | ) |
NPS_ALLOC_LKG void* nps_malloc | ( | size_t | size | ) |
NPS_ALLOC_LKG void* nps_realloc | ( | void * | ptr, | |
size_t | size | |||
) |