#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
void* ccl_calloc |
( |
size_t |
size | ) |
|
void* ccl_malloc |
( |
size_t |
size | ) |
|
Referenced by ccl_calloc(), ccl_strndup(), cclArrayListNew(), cclDequeClear(), cclDequeInit(), cclDequePushBack(), cclDequePushFront(), cclDequeTrim(), cclLinkedListAddAt(), cclLinkedListInit(), cclListAddAt(), cclListInit(), cclQueInit(), cclStackInit(), teoMapAdd(), teoMapIteratorNew(), teoMapIteratorReverseNew(), teoMapNew(), teoQueueIteratorNew(), and teoQueueNewData().
void* ccl_realloc |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
| |
char* ccl_strdup |
( |
const char * |
str | ) |
|
char* ccl_strndup |
( |
const char * |
str, |
|
|
size_t |
len |
|
) |
| |