Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DREADME_marshmallow_and_earlier.md99 When the program completes, all of the allocations that are still live
111 Using the special system property, libc.debug.malloc.program, will
113 if the property is set to ls, then only the program named ls will have malloc
126 adb shell setprop libc.debug.malloc.program ls
DREADME.md145 dump heap data to be dumped to a file when the program exits. If the backtrace
155 the program exits and backtrace\_dump\_on\_exit is set.
161 when the program exits will be backtrace\_dump\_prefix.**PID**.exit.txt.
279 being placed on the list. When the program terminates, all of the allocations
318 Track all live allocations. When the program terminates, all of the live
322 free everything before the program terminates.
672 adb shell setprop libc.debug.malloc.program ls
678 adb shell setprop libc.debug.malloc.program app_process
734 program/application (Android O or later):
/bionic/libc/malloc_hooks/
DREADME.md4 Malloc hooks allows a program to intercept all allocation/free calls that
9 property, or set a special environment variable and run your app/program.
105 Enable malloc hooks for a specific program/application:
/bionic/libc/bionic/
Dmalloc_common_dynamic.cpp232 char program[PROP_VALUE_MAX]; in CheckLoadMallocDebug() local
233 if (__system_property_get(kDebugPropertyProgram, program) != 0 && in CheckLoadMallocDebug()
234 strstr(getprogname(), program) == nullptr) { in CheckLoadMallocDebug()
/bionic/docs/
DEINTR.md27 C program that doesn't use any libraries, you can't realistically make this
Dnative_allocator.md334 Since all of the traces come from applications, the `memory_replay` program
343 program also can process text files, but all trace files are currently
Dfdsan.md123 When running the program, the threads' executions will be interleaved as follows:
Delf-tls.md22 object or executable. At program startup, TLS for all initially-loaded modules comprises the "Static
847 * It looks like glibc's ld.so re-relocates itself after loading a program, so a program's symbols
Dclang_fortify_anatomy.md141 program if more bytes are written than what is allowed.
390 This function itself boils down to a few small branches which abort the program
Dstatus.md397 overrun is detected, the program is safely aborted as in this
/bionic/
DREADME.md38 has a `DT_INTERP` entry that says "use the following program to start me". On
264 than 2GiB, say -- so you may end up just writing a "meaningless" program whose
Dandroid-changes-for-ndk-developers.md377 $ readelf --program-headers -W libBadFlags.so | grep WE
/bionic/tests/libs/
DAndroid.bp194 // Library used by dlext tests - with GNU RELRO program header
205 // Library used by dlext tests - without GNU RELRO program header
/bionic/libc/
DNOTICE3229 ("CBOSS"), as part of the DARPA CHATS research program.