summaryrefslogtreecommitdiff
path: root/darray.h
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling (#7405)John Bampton2023-02-281-1/+1
* Remove _with_gc functions in darrayPeter Zhu2022-05-031-57/+10
* Change feature_index from fake Array to darrayPeter Zhu2022-02-161-0/+2
* Change darray size to size_t and add functions that use GC mallocPeter Zhu2022-02-161-51/+77
* Add rb_darray_clear() for Kevin. Fix some warnings.Maxime Chevalier-Boisvert2021-10-201-0/+5
* Malloc branch entries (#112)Maxime Chevalier-Boisvert2021-10-201-0/+10
* Remove trailing whitespacesMaxime Chevalier-Boisvert2021-10-201-1/+1
* YJIT: Use 2D array to group block versionsAlan Wu2021-10-201-0/+5
* darray: fix strict aliasing issueAlan Wu2021-10-201-2/+6
* Add rb_darray_makeAlan Wu2021-10-201-6/+35
* darray: fix buffer size calculation for element with strict alignmentAlan Wu2021-10-201-19/+23
* Tie lifetime of uJIT blocks to iseqsAlan Wu2021-10-201-0/+141