../dox/Tools-MemoryFunctions.dox

Memory

Temp-space
Textstrings__UtxTab
Bit-Arrays__BitTab
Fixed-Length-Records__MemTab
Variable-Length-Records__UME
Save-retrieve_key-value-Records_in_file__DBF

________________________________________________________________________________

Temp-space

// get temporary memory:
// calls alloca; memspace exists until active function returns.
  (void*) memspace = UME_alloc_tmp (siz_in_bytes);
  if(!memspace) {TX_Error("funcXX EOM %d",siz_in_bytes); return -1;}

________________________________________________________________________________

Textstrings__UtxTab

ut_txTab.c            Functions for Textstrings

________________________________________________________________________________

Bit-Arrays__BitTab

ut_BitTab.h           Functions for bit-arrays

________________________________________________________________________________

Fixed-Length-Records__MemTab

ut_memTab.c           Store fixed-length-records in memory
________________________________________________________________________________

Variable-Length-Records__UME

ut_umem.c             Store variable-length-records in memory
________________________________________________________________________________

Save-retrieve_key-value-Records_in_file__DBF

ut_dbf.c
 
Generated on Fri Apr 6 09:40:11 2012 for gCAD3D by  doxygen 1.6.3