finish draft of lottes c-- veersion

This commit is contained in:
2025-10-03 19:59:15 -04:00
parent 3223c0a0e1
commit 2c0539e235
3 changed files with 818 additions and 102 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1366,7 +1366,6 @@ void arena_allocator_proc(AllocatorProc_In in, AllocatorProc_Out* out)
}
#pragma endregion Arena
// Modern C+
#pragma region Key Table 1-Layer Linear (KT1L)
void kt1l__populate_slice_a2(KT1L_Byte*restrict kt, AllocatorInfo backing, KT1L_Meta m, Slice_Byte values, SSIZE num_values ) {
assert(kt != nullptr);