Skip to main content

OriginalFunctions Struct

Declaration

struct OriginalFunctions { ... }

Public Member Attributes Index

malloc_type *realMalloc = nullptr
free_type *realFree = nullptr
realloc_type *realRealloc = nullptr
calloc_type *realCalloc = nullptr

Definition at line 50 of file malloc_counter.cpp.

Public Member Attributes

realCalloc

calloc_type* OriginalFunctions::realCalloc = nullptr

Definition at line 55 of file malloc_counter.cpp.

realFree

free_type* OriginalFunctions::realFree = nullptr

Definition at line 53 of file malloc_counter.cpp.

realMalloc

malloc_type* OriginalFunctions::realMalloc = nullptr

Definition at line 52 of file malloc_counter.cpp.

realRealloc

realloc_type* OriginalFunctions::realRealloc = nullptr

Definition at line 54 of file malloc_counter.cpp.


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


Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.9.8.