mirror of
				https://github.com/lightpanda-io/browser.git
				synced 2025-10-30 15:41:48 +00:00 
			
		
		
		
	replace calloc with mimalloc
This commit is contained in:
		| @@ -17,6 +17,8 @@ const Types = @import("../main_wpt.zig").Types; | ||||
| // It loads first the js libs files. | ||||
| pub fn run(arena: *std.heap.ArenaAllocator, comptime dir: []const u8, f: []const u8, loader: *FileLoader) !jsruntime.JSResult { | ||||
|     const alloc = arena.allocator(); | ||||
|     try parser.init(); | ||||
|     defer parser.deinit(); | ||||
|  | ||||
|     // document | ||||
|     const file = try std.fs.cwd().openFile(f, .{}); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pierre Tachoire
					Pierre Tachoire