summaryrefslogtreecommitdiff
path: root/prism/util/pm_list.c
AgeCommit message (Collapse)Author
2024-03-04[ruby/prism] Make alloc interface replaceableHASUMI Hitoshi
- Add `x` prefix to malloc, calloc, realloc, and free (eg: malloc -> xmalloc) - By default, they are replaced with stdlib's functions at build - You can use custom functions by defining `PRISM_CUSTOM_ALLOCATOR` macro https://github.com/ruby/prism/commit/7a878af619
2023-11-01[ruby/prism] Documentation for more C functionsKevin Newton
https://github.com/ruby/prism/commit/88336e7d9f
2023-09-27Sync to prism rename commitsKevin Newton
2023-09-27Rename YARP filepaths to prism filepathsKevin Newton