mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-14 18:51:47 -07:00
Update to readme, update CodePool_NumBlocks to 64k
This commit is contained in:
@ -3267,4 +3267,3 @@ namespace gen {
|
||||
|
||||
// namespace gen
|
||||
}
|
||||
|
||||
|
@ -70,4 +70,4 @@ struct Editor
|
||||
};
|
||||
|
||||
// namespace gen
|
||||
};
|
||||
};
|
||||
|
@ -1887,7 +1887,7 @@ namespace gen
|
||||
// NOTE: This limits the maximum size of an allocation
|
||||
// If you are generating a string larger than this, increase the size of the bucket here.
|
||||
constexpr uw Global_BucketSize = megabytes(10);
|
||||
constexpr s32 CodePool_NumBlocks = kilobytes(4);
|
||||
constexpr s32 CodePool_NumBlocks = kilobytes(64);
|
||||
constexpr s32 SizePer_StringArena = megabytes(1);
|
||||
|
||||
constexpr s32 MaxCommentLineLength = 1024;
|
||||
|
@ -41,4 +41,4 @@ struct Scanner
|
||||
};
|
||||
|
||||
// namespace gen
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user