mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 15:26:12 -08:00 
			
		
		
		
	Progresss
This commit is contained in:
		@@ -20,7 +20,7 @@ CodeBody gen_fixed_arenas()
 | 
			
		||||
		inline
 | 
			
		||||
		void fixed_arena_init_<Name>(FixedArena_<Name>* result) {
 | 
			
		||||
			zero_size(& result->memory[0], <Size>);
 | 
			
		||||
			result.arena = arena_init_from_memory(& result->memory[0], <Size>);
 | 
			
		||||
			result->arena = arena_init_from_memory(& result->memory[0], <Size>);
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		inline
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user