Lines Matching refs:memory
4 Malloc debug is a method of debugging native memory problems. It can help
5 detect memory corruption, memory leaks, and use after free issues.
49 to find memory corruption occuring to a region before the original allocation.
75 to find memory corruption occuring to a region after the original allocation.
173 as [libmemunreachable](https://android.googlesource.com/platform/system/memory/libmemunreachable/+/…
186 as [libmemunreachable](https://android.googlesource.com/platform/system/memory/libmemunreachable/+/…
195 as [libmemunreachable](https://android.googlesource.com/platform/system/memory/libmemunreachable/+/…
218 As of Android U, this option will trigger a check for unreachable memory
223 Run: 'kill -48 <PID>' to check for unreachable memory.
267 When a pointer is freed, do not free the memory right away, but add it to
538 a pointer that is either not allocated memory, or that the memory of
554 Total memory: XXXX
558 Total memory is the total of all of the currently live allocations.
772 you whether it can detect leaked memory, not where those leaks are
775 where the memory was allocated.