alloc_int_rl
return alloc_int_rl(expr->string->length);
return alloc_int_rl(size - offset.value);
return alloc_int_rl(size);
return alloc_int_rl(elements_to_bytes(expr, size));
return alloc_int_rl(elements_to_bytes(expr, size));
return alloc_int_rl(size);
rl = alloc_int_rl(0);