index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
darray.h
Age
Commit message (
Expand
)
Author
2025-01-02
Create rb_darray_realloc_mul_add
Peter Zhu
2025-01-02
Change rb_darray_realloc_mul_add_without_gc to check for overflow
Peter Zhu
2025-01-02
Create rb_darray_calloc_mul_add
Peter Zhu
2025-01-02
Change rb_darray_calloc_mul_add_without_gc to check for overflow
Peter Zhu
2025-01-02
Use rb_darray_insert_without_gc for heap_pages darray
Peter Zhu
2025-01-02
Revert "Remove with_gc functions in darray"
Peter Zhu
2024-12-24
Fix MEMMOVE in rb_darray_insert
Peter Zhu
2024-12-05
darray.h does not depend on internal/bits.h
Peter Zhu
2024-09-09
Switch sorted list of pages in the GC to a darray
Peter Zhu
2024-09-06
Remove unneeded rb_darray_append_impl
Peter Zhu
2024-04-15
Remove dependency on gc.h for darray.h
Peter Zhu
2024-04-02
Remove with_gc functions in darray
Peter Zhu
2024-02-12
Replace assert with RUBY_ASSERT in darray.h
Peter Zhu
2023-08-25
Implement weak references in the GC
Peter Zhu
2023-08-25
Add _without_gc functions to darray
Peter Zhu
2023-07-21
Remove unused code in darray.h
Peter Zhu
2023-02-28
Fix spelling (#7405)
John Bampton
2022-05-03
Remove _with_gc functions in darray
Peter Zhu
2022-02-16
Change feature_index from fake Array to darray
Peter Zhu
2022-02-16
Change darray size to size_t and add functions that use GC malloc
Peter Zhu
2021-10-20
Add rb_darray_clear() for Kevin. Fix some warnings.
Maxime Chevalier-Boisvert
2021-10-20
Malloc branch entries (#112)
Maxime Chevalier-Boisvert
2021-10-20
Remove trailing whitespaces
Maxime Chevalier-Boisvert
2021-10-20
YJIT: Use 2D array to group block versions
Alan Wu
2021-10-20
darray: fix strict aliasing issue
Alan Wu
2021-10-20
Add rb_darray_make
Alan Wu
2021-10-20
darray: fix buffer size calculation for element with strict alignment
Alan Wu
2021-10-20
Tie lifetime of uJIT blocks to iseqs
Alan Wu