Searched refs:disable (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/malloc_debug/ |
D | debug_disable.cpp | 59 void DebugDisableSet(bool disable) { in DebugDisableSet() argument 60 if (disable) { in DebugDisableSet()
|
D | malloc_debug.cpp | 374 ScopedDisableDebugCalls disable; in debug_get_malloc_leak_info() local 409 ScopedDisableDebugCalls disable; in debug_malloc_usable_size() local 474 ScopedDisableDebugCalls disable; in debug_malloc() local 551 ScopedDisableDebugCalls disable; in debug_free() local 570 ScopedDisableDebugCalls disable; in debug_memalign() local 650 ScopedDisableDebugCalls disable; in debug_realloc() local 770 ScopedDisableDebugCalls disable; in debug_calloc() local 837 ScopedDisableDebugCalls disable; in debug_malloc_info() local 926 ScopedDisableDebugCalls disable; in debug_malloc_backtrace() local 985 ScopedDisableDebugCalls disable; in debug_write_malloc_leak_info() local [all …]
|
D | debug_disable.h | 42 void DebugDisableSet(bool disable);
|
D | RecordData.cpp | 106 ScopedDisableDebugCalls disable; in ThreadKeyDelete() local
|
/bionic/libc/tools/ |
D | pylintrc | 29 # multiple time. See also the "--disable" option for examples. 35 # file where it should appear only once).You can also use "--disable=all" to 36 # disable everything first and then reenable specific checks. For example, if 37 # you want to run only the similarities checker, you can use "--disable=all 39 # no Warning level messages displayed, use"--disable=all --enable=classes 40 # --disable=W" 41 disable=missing-docstring,invalid-name,no-self-use,fixme,design
|
/bionic/libc/bionic/scudo/ |
D | Android.bp | 61 // Like libc, disable native coverage for libscudo_wrapper.
|
/bionic/libc/bionic/ |
D | gwp_asan_wrappers.cpp | 170 GuardedAlloc.disable(); in gwp_asan_malloc_disable()
|
/bionic/libc/ |
D | Android.bp | 107 // To disable scudo for the non-svelte config remove the line: 2496 // Like libc, disable native coverage for libc_scudo.
|
/bionic/docs/ |
D | elf-tls.md | 790 A likely problem: LD is normally relaxed to LE, not to IE. We'd either have to disable LD usage in
|