Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerLoop.cpp120 Frees = 0; in Start()
126 Frees.load(), Mallocs == Frees ? "same" : "DIFFERENT"); in Stop()
127 bool Result = Mallocs > Frees; in Stop()
129 Frees = 0; in Stop()
134 std::atomic<size_t> Frees; member
153 size_t N = AllocTracer.Frees++; in FreeHook()
/third_party/libxml2/
Dbackport-malloc-fail-Fix-memory-leak-after-calling-xmlXPathNodeSetMerge.patch37 + * Frees @val1 in case of error.
128 + * Frees @set1 in case of error.
187 + * Frees @set1 in case of error.
Dbackport-malloc-fail-Fix-memory-leak-after-calling-xmlXPathWrapString.patch26 + * Frees @val in case of error.
/third_party/glib/patch/
Dbackport-add-g_free_sized-and-g_aligned_free_sized.patch50 * Frees the memory pointed to by @mem.
67 + * Frees the memory pointed to by @mem, assuming it is has the given @size.
112 + * Frees the memory pointed to by @mem, assuming it is has the given @size and
/third_party/curl/docs/libcurl/
Dcurl_url_cleanup.md29 Frees all the resources associated with the given *CURLU* handle!
/third_party/openssl/doc/man3/
DOSSL_CRMF_MSG_set0_validity.pod59 certTemplate of I<crm>. Frees any pre-existing ones and consumes I<exts>.
/third_party/libuv/docs/src/
Dmisc.rst363 Frees the `cpu_infos` array previously allocated with :c:func:`uv_cpu_info`.
538 Frees the `pwd` memory previously allocated with :c:func:`uv_os_get_passwd`.
624 Frees the memory allocated for the environment variables by
/third_party/python/Doc/c-api/
Dmemory.rst184 Frees the memory block pointed to by *p*, which must have been returned by a
254 Frees the memory block pointed to by *p*, which must have been returned by a
362 Frees the memory block pointed to by *p*, which must have been returned by a
/third_party/node/deps/openssl/openssl/include/openssl/
Dct.h.in162 * Frees the SCT and the underlying data structures.
/third_party/openssl/include/openssl/
Dct.h.in162 * Frees the SCT and the underlying data structures.
/third_party/ltp/doc/
Dnetwork-c-api.txt354 - +void RTNL_FREE_MESSAGE(struct tst_rtnl_message *msg)+ – Frees an array of
DC-Test-Network-API.asciidoc356 - +void RTNL_FREE_MESSAGE(struct tst_rtnl_message *msg)+ – Frees an array of
/third_party/icu/docs/userguide/strings/
Dutext.md148 | `utext_close` | Close an open UText. Frees any allocated memory; required to prevent memory leaks…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp4502 const auto &Frees = FreesForMalloc.lookup(&I); in updateImpl() local
4503 if (Frees.size() != 1) in updateImpl()
4505 Instruction *UniqueFree = *Frees.begin(); in updateImpl()