Searched refs:EFI_GLOBAL_ALLOCATOR (Results 1 – 1 of 1) sorted by relevance
29 static mut EFI_GLOBAL_ALLOCATOR: EfiAllocator = EfiAllocator::Uninitialized; variable38 unsafe { EFI_GLOBAL_ALLOCATOR.get_efi_entry() } in internal_efi_entry()51 match EFI_GLOBAL_ALLOCATOR { in init_efi_global_alloc()53 EFI_GLOBAL_ALLOCATOR = EfiAllocator::Initialized(efi_entry); in init_efi_global_alloc()71 EFI_GLOBAL_ALLOCATOR = EfiAllocator::Exited; in exit_efi_global_alloc()132 unsafe { EFI_GLOBAL_ALLOCATOR.allocate(size) } in efi_malloc()139 unsafe { EFI_GLOBAL_ALLOCATOR.deallocate(ptr) } in efi_free()