mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-10-30 22:40:54 -07:00 
			
		
		
		
	Update to readme, update CodePool_NumBlocks to 64k
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user