#include <stddef.h>
Go to the source code of this file.
|
| int | Alloc1Dim (void **T, size_t size_type, int lendim) |
| |
| int | Alloc2Dim (void ***T, size_t size_type, int len1dim, int len2dim) |
| |
| int | Alloc3Dim (void ****T, size_t size_type, int len1dim, int len2dim, int len3dim) |
| |
| int | Alloc4Dim (void *****T, size_t size_type, int len1dim, int len2dim, int len3dim, int len4dim) |
| |
| void | Free1Dim (void *T) |
| |
| void | Free2Dim (void **T, int len1dim) |
| |
| void | Free3Dim (void ***T, int len1dim, int len2dim) |
| |
| void | Free4Dim (void ****T, int len1dim, int len2dim, int len3dim) |
| |
| int | Realloc1Dim (void **T, size_t size_type, int lendim) |
| |
◆ ERROR
◆ OK
◆ Alloc1Dim()
| int Alloc1Dim |
( |
void ** | T, |
|
|
size_t | size_type, |
|
|
int | lendim ) |
◆ Alloc2Dim()
| int Alloc2Dim |
( |
void *** | T, |
|
|
size_t | size_type, |
|
|
int | len1dim, |
|
|
int | len2dim ) |
◆ Alloc3Dim()
| int Alloc3Dim |
( |
void **** | T, |
|
|
size_t | size_type, |
|
|
int | len1dim, |
|
|
int | len2dim, |
|
|
int | len3dim ) |
◆ Alloc4Dim()
| int Alloc4Dim |
( |
void ***** | T, |
|
|
size_t | size_type, |
|
|
int | len1dim, |
|
|
int | len2dim, |
|
|
int | len3dim, |
|
|
int | len4dim ) |
◆ Free1Dim()
| void Free1Dim |
( |
void * | T | ) |
|
◆ Free2Dim()
| void Free2Dim |
( |
void ** | T, |
|
|
int | len1dim ) |
◆ Free3Dim()
| void Free3Dim |
( |
void *** | T, |
|
|
int | len1dim, |
|
|
int | len2dim ) |
◆ Free4Dim()
| void Free4Dim |
( |
void **** | T, |
|
|
int | len1dim, |
|
|
int | len2dim, |
|
|
int | len3dim ) |
◆ Realloc1Dim()
| int Realloc1Dim |
( |
void ** | T, |
|
|
size_t | size_type, |
|
|
int | lendim ) |