Function solana_runtime::system_instruction_processor::allocate
source · fn allocate(
account: &mut BorrowedAccount<'_>,
address: &Address,
space: u64,
signers: &HashSet<Pubkey>,
invoke_context: &InvokeContext<'_>
) -> Result<(), InstructionError>