Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FPtrInfo Struct Reference

#include <GenericPlatformMallocCrash.h>

Public Member Functions

 FPtrInfo ()
 
 FPtrInfo (void *NewPtr)
 

Public Attributes

uint64 Size
 
uint8Ptr
 

Detailed Description

Describes a pointer.

Definition at line 13 of file GenericPlatformMallocCrash.h.

Constructor & Destructor Documentation

◆ FPtrInfo() [1/2]

FPtrInfo::FPtrInfo ( )
inline

Definition at line 25 of file GenericPlatformMallocCrash.h.

◆ FPtrInfo() [2/2]

FPtrInfo::FPtrInfo ( void * NewPtr)
inline

Definition at line 30 of file GenericPlatformMallocCrash.h.

Member Data Documentation

◆ Ptr

uint8* FPtrInfo::Ptr

Address of the allocation.

Definition at line 18 of file GenericPlatformMallocCrash.h.

◆ Size

uint64 FPtrInfo::Size

Size of the allocation.

Definition at line 16 of file GenericPlatformMallocCrash.h.


The documentation for this struct was generated from the following file: