#include <stdlib.h>
#include "misc/util/abc_global.h"
Go to the source code of this file.
◆ satoko_alloc
| #define satoko_alloc |
( |
| type, |
|
|
| n_elements ) |
Value:
type
CUBE COVER and CUBE typedefs ///.
Definition at line 17 of file mem.h.
◆ satoko_calloc
| #define satoko_calloc |
( |
| type, |
|
|
| n_elements ) |
Value:
Definition at line 18 of file mem.h.
◆ satoko_free
Value:do {
free(
p);
p = NULL; }
while(0)
Definition at line 20 of file mem.h.
◆ satoko_realloc
| #define satoko_realloc |
( |
| type, |
|
|
| ptr, |
|
|
| n_elements ) |
Value:
Definition at line 19 of file mem.h.