oxc/crates/oxc_allocator/src
overlookmotel 93df57f4c0 perf(allocator): #[inline(always)] methods of Vec which just delegate to allocator_api2 (#8567)
This probably makes little difference, but it's good practice.
2025-01-17 14:27:40 +00:00
..
address.rs chore: Rust v1.83.0 changes (#7535) 2024-11-29 11:59:45 +08:00
allocator_api2.rs feat(ast): implement allocator_api2 for Allocator (#8043) 2024-12-20 13:26:48 +00:00
boxed.rs chore: Rust v1.83.0 changes (#7535) 2024-11-29 11:59:45 +08:00
clone_in.rs chore: Rust v1.83.0 changes (#7535) 2024-11-29 11:59:45 +08:00
convert.rs docs(allocator): enable lint warnings on missing docs, and add missing doc comments (#6613) 2024-10-15 22:50:48 +00:00
hash_map.rs perf(allocator): #[inline(always)] methods of HashMap which just delegate to hashbrown (#8565) 2025-01-17 14:27:38 +00:00
lib.rs feat(allocator): add HashMap (#8553) 2025-01-16 23:29:57 +00:00
serialize.rs
vec.rs perf(allocator): #[inline(always)] methods of Vec which just delegate to allocator_api2 (#8567) 2025-01-17 14:27:40 +00:00