Kinda have this memory alloation strat sorted...

This commit is contained in:
ed
2025-02-05 17:18:16 -05:00
parent a41bd8a5f1
commit 648e15daa6
11 changed files with 240 additions and 117 deletions
+3 -1
View File
@@ -2,7 +2,7 @@
#pragma once
#include "base/base_types.h"
#include "base/math.h"
#include "base/rarena.h"
#include "base/arena.h"
#include "base/string.h"
#endif
@@ -299,6 +299,8 @@ internal B32 md_node_match(MD_Node *a, MD_Node *b, StringMatchFlags flags);
//- rjf: tree duplication
internal MD_Node *md_tree_copy(Arena *arena, MD_Node *src_root);
// MD_Node* tree_copy_arena(MD_Node* src_root, Arena* arena);
// MD_Node* tree_copy_ainfo(MD_Node* src_root, AllocatorInfo info);
////////////////////////////////
//~ rjf: Text -> Tokens Functions