MOS Source Code
Loading...
Searching...
No Matches
malloc_wrappers_syshdr.h File Reference
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include <string.h>
#include <malloc_wrappers.h>
+ Include dependency graph for malloc_wrappers_syshdr.h:

Go to the source code of this file.

Macros

#define pb_realloc(ptr, size)
 
#define pb_free(ptr)
 

Macro Definition Documentation

◆ pb_realloc

#define pb_realloc ( ptr,
size )
Value:
void * realloc_with_check(void *ptr, size_t size)
size_t size
Definition slab.c:30

Definition at line 3 of file malloc_wrappers_syshdr.h.

◆ pb_free

#define pb_free ( ptr)
Value:
void free_with_check(void *mem)

Definition at line 4 of file malloc_wrappers_syshdr.h.

Referenced by main().