Searched refs:clean (Results 1 – 5 of 5) sorted by relevance
15 .PHONY: help clean apidoc breathe_apidoc Makefile18 clean: target24 @$(SPHINXBUILD) -M clean "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
21 clean: target
19 clean: target
28 make clean
115 When code should clean up resources, how do we know that they have truly been cleaned up?145 …metimes. For example, the main purpose of `mbedtls_psa_crypto_free` is to clean up all resources i…288 …jobs with a memory leak detector, each test function or test program must clean up after itself. U…
Completed in 23 milliseconds