Home
last modified time | relevance | path

Searched refs:SEAL_FREE (Results 1 – 5 of 5) sorted by relevance

/dports/security/seal/SEAL-3.7.2/native/src/seal/util/
H A Dmempool.cpp86 SEAL_FREE(alloc.data_ptr); in ~MemoryPoolHeadMT()
95 SEAL_FREE(alloc.data_ptr); in ~MemoryPoolHeadMT()
218 SEAL_FREE(alloc.data_ptr); in ~MemoryPoolHeadST()
227 SEAL_FREE(alloc.data_ptr); in ~MemoryPoolHeadST()
H A Ddefines.h177 #ifndef SEAL_FREE
178 #define SEAL_FREE(ptr) (delete[] ptr) macro
H A Dmsvc.h57 #define SEAL_FREE(ptr) _aligned_free(ptr) macro
H A Dclang.h20 #define SEAL_FREE(ptr) std::free(ptr) macro
H A Dgcc.h26 #define SEAL_FREE(ptr) std::free(ptr) macro