![]() |
kinetic-c
v0.12.0
Seagate Kinetic Protocol Client Library for C
|
#include <stddef.h>Go to the source code of this file.
Functions | |
| void * | KineticCalloc (size_t count, size_t size) |
| void | KineticFree (void *pointer) |
| void* KineticCalloc | ( | size_t | count, |
| size_t | size | ||
| ) |
Definition at line 24 of file kinetic_memory.c.
| void KineticFree | ( | void * | pointer | ) |
Definition at line 29 of file kinetic_memory.c.
1.8.8