firedancer icon indicating copy to clipboard operation
firedancer copied to clipboard

Remove fd_vector and usages

Open ripatel-fd opened this issue 8 months ago • 0 comments

fd_vector is tile-incompatible (hardcoded to use libc global allocator) and does poor memory management (realloc)

It is currently only used in fd_stake_rewards_vector_t which is a Vec<Vec<fd_stake_reward_t *>>. (~6 nested pointers ...)

ripatel-fd avatar Jun 03 '24 12:06 ripatel-fd