- File:
-
- 1 edited
-
libcfa/src/containers/string_res.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/containers/string_res.hfa
r6cc87c0 rd8d512e 36 36 void ?{}( HandleNode &, VbyteHeap & ); // constructor for nodes in the handle list 37 37 void ^?{}( HandleNode & ); // destructor for handle nodes 38 39 extern VbyteHeap * DEBUG_string_heap;40 size_t DEBUG_string_bytes_avail_until_gc( VbyteHeap * heap );41 const char * DEBUG_string_heap_start( VbyteHeap * heap );42 38 43 39
Note:
See TracChangeset
for help on using the changeset viewer.