Home
last modified time | relevance | path

Searched refs:IS_NULL_POINTER (Results 1 – 6 of 6) sorted by relevance

/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DMemory.h26 #define IS_NULL_POINTER(p) (((p) == NULL) || ((POINTER_TO_UINT64(p) == (UINT64)sizeof(MEMTAG)))) macro
H A DMemory.c3665 if (IS_NULL_POINTER(addr)) in GetMemSize()
3682 if (IS_NULL_POINTER(addr)) in ReAlloc()
3739 if (IS_NULL_POINTER(addr)) in Free()
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DMemory.h121 #define IS_NULL_POINTER(p) (((p) == NULL) || ((POINTER_TO_UINT64(p) == (UINT64)sizeof(MEMTAG)))) macro
H A DMemory.c4099 if (IS_NULL_POINTER(addr)) in GetMemSize()
4116 if (IS_NULL_POINTER(addr)) in ReAlloc()
4173 if (IS_NULL_POINTER(addr)) in Free()
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DMemory.h121 #define IS_NULL_POINTER(p) (((p) == NULL) || ((POINTER_TO_UINT64(p) == (UINT64)sizeof(MEMTAG)))) macro
H A DMemory.c4099 if (IS_NULL_POINTER(addr)) in GetMemSize()
4116 if (IS_NULL_POINTER(addr)) in ReAlloc()
4173 if (IS_NULL_POINTER(addr)) in Free()