UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
syms_default_helpers.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#ifndef SYMS_DEFAULT_HELPERS_H
4#define SYMS_DEFAULT_HELPERS_H
5
7//~ allen: memory helpers
8
9static SYMS_U32 syms_override_memisnull(void*ptr, SYMS_U64 size);
10
11#endif //SYMS_DEFAULT_HELPERS_H
uint32_t SYMS_U32
Definition syms_crt_overrides.h:38
uint64_t SYMS_U64
Definition syms_crt_overrides.h:39