Home
last modified time | relevance | path

Searched refs:Frees (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp56 Frees = 0; in Start()
62 Frees.load(), Mallocs == Frees ? "same" : "DIFFERENT"); in Stop()
63 bool Result = Mallocs > Frees; in Stop()
65 Frees = 0; in Stop()
70 std::atomic<size_t> Frees; member
113 size_t N = AllocTracer.Frees++; in FreeHook()
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_CRMF_MSG_set0_validity.pod59 certTemplate of I<crm>. Frees any pre-existing ones and consumes I<exts>.
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dct.h.in162 * Frees the SCT and the underlying data structures.
/freebsd-14.2/contrib/libucl/doc/
H A Dapi.md175 Frees memory occupied by the parser object. The reference count for top object is decreased as well…