mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
Add more tests for Node FS
This commit is contained in:
@@ -51,9 +51,10 @@ pub const AllocatorConfiguration = struct {
|
||||
long_running: bool = false,
|
||||
};
|
||||
|
||||
pub const Mimalloc = @import("./allocators/mimalloc.zig");
|
||||
|
||||
pub inline fn mimalloc_cleanup(force: bool) void {
|
||||
if (comptime use_mimalloc) {
|
||||
const Mimalloc = @import("./allocators/mimalloc.zig");
|
||||
Mimalloc.mi_collect(force);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -173,6 +173,7 @@ typedef struct {
|
||||
uint32_t len;
|
||||
uint32_t byte_len;
|
||||
uint8_t cell_type;
|
||||
uint64_t _value;
|
||||
} Bun__ArrayBuffer;
|
||||
|
||||
#ifndef STRING_POINTER
|
||||
|
||||
Reference in New Issue
Block a user