#include <AutoRTFM.h>
|
| void *(* | Allocate )(size_t Size, size_t Alignment) |
| |
| void *(* | Reallocate )(void *Pointer, size_t Size, size_t Alignment) |
| |
| void *(* | AllocateZeroed )(size_t Size, size_t Alignment) |
| |
| void(* | Free )(void *Pointer) |
| |
| void(* | Log )(const char *File, int Line, void *ProgramCounter, autortfm_log_severity Severity, const char *Format, va_list Args) |
| |
| void(* | LogWithCallstack )(void *ProgramCounter, autortfm_log_severity Severity, const char *Format, va_list Args) |
| |
| void(* | EnsureFailure )(const char *File, int Line, void *ProgramCounter, const char *Condition, const char *Format, va_list Args) |
| |
| bool(* | IsLogActive )(autortfm_log_severity Severity) |
| |
| void(* | OnRuntimeEnabledChanged )() |
| |
| void(* | OnRetryTransactionsChanged )() |
| |
| void(* | OnMemoryValidationLevelChanged )() |
| |
| void(* | OnMemoryValidationThrottlingChanged )() |
| |
| void(* | OnMemoryValidationStatisticsChanged )() |
| |
◆ Allocate
◆ AllocateZeroed
◆ EnsureFailure
◆ Free
| void(* autortfm_extern_api::Free) (void *Pointer) |
◆ IsLogActive
◆ Log
◆ LogWithCallstack
◆ OnMemoryValidationLevelChanged
| void(* autortfm_extern_api::OnMemoryValidationLevelChanged) () |
◆ OnMemoryValidationStatisticsChanged
| void(* autortfm_extern_api::OnMemoryValidationStatisticsChanged) () |
◆ OnMemoryValidationThrottlingChanged
| void(* autortfm_extern_api::OnMemoryValidationThrottlingChanged) () |
◆ OnRetryTransactionsChanged
| void(* autortfm_extern_api::OnRetryTransactionsChanged) () |
◆ OnRuntimeEnabledChanged
| void(* autortfm_extern_api::OnRuntimeEnabledChanged) () |
◆ Reallocate
The documentation for this struct was generated from the following file: