pub fn prealloc_proven<T>(max_size: usize) -> Vec<T>
Pre-allocate buffer using proven maximum size
Uses proven maximum sizes to avoid reallocation. For example, transaction buffers can be pre-sized to MAX_TX_SIZE_PROVEN.