Stardock 0.0.1
File System Points Synchronizer
Loading...
Searching...
No Matches
memory.hh File Reference

Go to the source code of this file.

Namespaces

namespace  stardock
 

Macros

#define IF_DIRTY_FREE_PTR(ptr)
 

Macro Definition Documentation

◆ IF_DIRTY_FREE_PTR

#define IF_DIRTY_FREE_PTR ( ptr)
Value:
if (ptr != nullptr) { \
free(ptr); \
ptr = nullptr;\
}