Home
last modified time | relevance | path

Searched refs:frees (Results 1 – 25 of 100) sorted by relevance

1234

/external/selinux/libselinux/utils/
Davcstat.c35 unsigned long long frees; member
190 &tmp.reclaims, &tmp.frees); in main()
200 tot.frees += tmp.frees; in main()
210 tot.allocations, tot.reclaims, tot.frees); in main()
217 rel.frees = tot.frees - last.frees; in main()
220 rel.allocations, rel.reclaims, rel.frees); in main()
/external/python/cpython2/Lib/compiler/
Dsymbols.py23 self.frees = {}
85 print >> sys.stderr, "\tfrees:", self.frees
98 if self.nested and (name in self.frees or name in self.uses):
109 free.update(self.frees)
117 frees = child.get_free_vars()
118 globals = self.add_frees(frees)
136 if name in self.frees:
137 del self.frees[name]
155 self.frees[name] = 1
/external/freetype/src/cache/
Dftccache.c567 FTC_Node frees = NULL; in FTC_Cache_RemoveFaceID() local
589 node->link = frees; in FTC_Cache_RemoveFaceID()
590 frees = node; in FTC_Cache_RemoveFaceID()
598 while ( frees ) in FTC_Cache_RemoveFaceID()
603 node = frees; in FTC_Cache_RemoveFaceID()
604 frees = node->link; in FTC_Cache_RemoveFaceID()
/external/ltp/testcases/kernel/controllers/memcg/
DREADME25 through the named pipe /tmp/status_pipe and frees it on receiving 'm' again.
39 And, it frees all the allocated when received SIGUSR again.
/external/curl/tests/
Dmemanalyze.pl137 $frees++;
425 "Frees: $frees\n",
/external/compiler-rt/lib/asan/
Dasan_stats.h31 uptr frees; member
Dasan_stats.cc47 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees); in Print()
/external/freetype/docs/
DDEBUG33 allocations and frees that are performed within the font engine.
41 memory (the debugging memory manager never frees the blocks to the
42 heap in order to detect double frees).
210 as other common errors like double frees. It is also capable of
248 This is useful to detect double-frees or weird heap corruption,
/external/llvm/test/BugPoint/
Dremove_arguments_test.ll6 ; unnecessary. And clean up any types that frees up too.
/external/cronet/base/debug/
Ddebug.gni12 # frees is included in the crashpad report and gives developers information
/external/zlib/patches/
D0005-infcover-gtest.patch145 - fprintf(stderr, "** %s: %d frees not LIFO\n", prefix, zone->notlifo);
147 + << zone->notlifo << " frees not LIFO"
151 - fprintf(stderr, "** %s: %d frees not recognized\n",
154 + << zone->rogue << " frees not recognized"
/external/perfetto/src/profiling/memory/
DCHANGELOG.md5 applications to report memory allocations / frees that are not done
/external/python/cpython2/Misc/
DREADME.valgrind20 many allocations (and frees), except for those that are forwarded
95 (Python allocates and frees dynamic memory at a ferocious rate
/external/libwebsockets/READMEs/
DREADME.lws_struct.md32 lwsac frees the whole thing without having to walk it
/external/cronet/third_party/libevent/
DREADME.chromium24 introduces use-after-free memory corruption when an event callback frees
/external/llvm/test/CodeGen/ARM/
Darm-negative-stride.ll4 ; frees up a register from holding the trip count.
/external/python/cpython3/Misc/
DREADME.valgrind24 many allocations (and frees), except for those that are forwarded
103 (Python allocates and frees dynamic memory at a ferocious rate
/external/pigweed/pw_arduino_build/
Ddocs.rst24 applies when compiling Arduino core source files. That frees up ``main()`` to be
/external/crosvm/media/libva/
DREADME.md7 actual decoding/encoding of frames. In doing so, it frees the CPU for other uses and reduces power
/external/perfetto/docs/design-docs/
Dheapprofd-wire-protocol.md13 …acks and frees to heapprofd, we use a single shared memory buffer and signaling socket. The client…
/external/clang/test/Analysis/inlining/
DRetainCountExamples.m36 // Test that retain release checker warns on leaks and use-after-frees when
/external/libwebsockets/lib/drivers/
DREADME.md12 Using this technique on supported OSes frees the user code from dependencies
/external/libwebsockets/lib/misc/lwsac/
DREADME.md75 * lwsac_use() pointers are invalidated in one hit without individual frees.
87 user must unwind through them and perform the frees. But the idea of lwsac is
/external/mesa3d/docs/relnotes/
D19.1.1.rst59 - nouveau: fix frees in unsupported IR error paths.
/external/libtracefs/Documentation/
Dlibtracefs-dynevents.txt57 The *tracefs_dynevent_free*() function frees a dynamic event context _devent_.
59 The *tracefs_dynevent_list_free*() function frees an array of pointers to dynamic event, returned

1234