summaryrefslogtreecommitdiff
path: root/ext/node/ops/zlib/alloc.rs
AgeCommit message (Collapse)Author
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-04-24refactor(ext/node): reorganize ops (#18799)Bartek IwaƄczuk
Move all op related code of "ext/node" to "ext/node/ops" module. These files were unnecessarily scattered around the extension.