../dox/Tools-MemoryFunctions.dox
Temp-space
Textstrings__UtxTab
Bit-Arrays__BitTab
Fixed-Length-Records__MemTab
Variable-Length-Records__UME
Save-retrieve_key-value-Records_in_file__DBF
________________________________________________________________________________
// 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;}
________________________________________________________________________________
ut_txTab.c Functions for Textstrings
________________________________________________________________________________
ut_BitTab.h Functions for bit-arrays
________________________________________________________________________________
ut_memTab.c Store fixed-length-records in memory
________________________________________________________________________________
ut_umem.c Store variable-length-records in memory
________________________________________________________________________________
ut_dbf.c
1.6.3