Searched refs:Frees (Results 1 – 14 of 14) sorted by relevance
120 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; member153 size_t N = AllocTracer.Frees++; in FreeHook()
37 + * Frees @val1 in case of error.128 + * Frees @set1 in case of error.187 + * Frees @set1 in case of error.
26 + * Frees @val in case of error.
50 * 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
29 Frees all the resources associated with the given *CURLU* handle!
59 certTemplate of I<crm>. Frees any pre-existing ones and consumes I<exts>.
363 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
184 Frees the memory block pointed to by *p*, which must have been returned by a254 Frees the memory block pointed to by *p*, which must have been returned by a362 Frees the memory block pointed to by *p*, which must have been returned by a
162 * Frees the SCT and the underlying data structures.
354 - +void RTNL_FREE_MESSAGE(struct tst_rtnl_message *msg)+ – Frees an array of
356 - +void RTNL_FREE_MESSAGE(struct tst_rtnl_message *msg)+ – Frees an array of
148 | `utext_close` | Close an open UText. Frees any allocated memory; required to prevent memory leaks…
4502 const auto &Frees = FreesForMalloc.lookup(&I); in updateImpl() local4503 if (Frees.size() != 1) in updateImpl()4505 Instruction *UniqueFree = *Frees.begin(); in updateImpl()