#include <stdlib.h>Include dependency graph for callocate.cpp:

Go to the source code of this file.
Defines | |
| #define | NULL 0 |
Functions | |
| char * | CAllocate1 (int number, int size) |
| char ** | CAllocate2 (int nrows, int ncols, int size) |
| void | CFree1 (char *ptr) |
| void | CFree2 (char **ptr, int nrows) |
| #define NULL 0 |
Definition at line 2 of file callocate.cpp.
Referenced by addstack(), badsubsegdealloc(), badsubsegtraverse(), CAllocate2(), checkdelaunay(), checkmesh(), DBFCloneEmpty(), DBFClose(), DBFCreate(), DBFGetFieldIndex(), DBFGetFieldInfo(), DBFOpen(), DBFReadAttribute(), DBFReadDoubleAttribute(), DBFReadIntegerAttribute(), DBFWriteNULLAttribute(), dequeuebadtriang(), dummyinit(), enqueuebadtriang(), flatrout(), flood(), spatialPlotDlg::generate(), generateShape(), gridread(), gridwrite(), ihm10(), insertvertex(), locate(), makesubseg(), maketriangle(), makevertexmap(), matalloc(), nameadd(), parsecommandline(), timeSeriesDlg::plot(), pool(), poolalloc(), pooldeinit(), poolinit(), poolrestart(), poolzero(), printsubseg(), printtriangle(), read_alloc(), splitLineDialogDlg::run(), simplifyLineDialogDlg::run(), polygonToPolyLineDialogDlg::run(), mergeFeaturesDialogDlg::run(), runPIHMDlg::run(), StreamPolyLineDlg::run(), StreamGridDlg::run(), LinkGridDlg::run(), FlowGridDlg::run(), CatchmentPolygonDlg::run(), CatchmentGridDlg::run(), rivFileDlg::run(), paraFileDlg::run(), mshFileDlg::run(), attFileDlg::run(), runTriangleDlg::run(), generateShapeTopologyDlg::run(), createTINsDlg::run(), setdfnoflood(), SfRealloc(), SHPClose(), SHPCreate(), SHPDestroyObject(), SHPGetInfo(), SHPOpen(), splay(), splayinsert(), subsegtraverse(), testtriangle(), traverse(), triangleinit(), triangletraverse(), trimalloc(), undovertex(), and vertextraverse().
| char* CAllocate1 | ( | int | number, | |
| int | size | |||
| ) |
| char** CAllocate2 | ( | int | nrows, | |
| int | ncols, | |||
| int | size | |||
| ) |
| void CFree1 | ( | char * | ptr | ) |
| void CFree2 | ( | char ** | ptr, | |
| int | nrows | |||
| ) |
Definition at line 180 of file callocate.cpp.
1.5.2