Open eyalroz opened 1 month ago
At the moment, many of our allocation-related functions take a size_in_bytes parameter, and others take num_bytes. We should choose one of these and make it uniform.
size_in_bytes
num_bytes
At the moment, many of our allocation-related functions take a
size_in_bytes
parameter, and others takenum_bytes
. We should choose one of these and make it uniform.