Ignore:
Timestamp:
Oct 18, 2021, 4:31:04 PM (3 years ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
6f7aff3
Parents:
804bf677
Message:

String heap growth implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/containers/string_res.hfa

    r804bf677 r7b0e8b7  
    3434
    3535VbyteHeap * DEBUG_string_heap();
     36size_t DEBUG_string_bytes_in_heap( VbyteHeap * heap );
    3637size_t DEBUG_string_bytes_avail_until_gc( VbyteHeap * heap );
    3738const char * DEBUG_string_heap_start( VbyteHeap * heap );
Note: See TracChangeset for help on using the changeset viewer.