OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugCallsDisabled
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/malloc_debug/
debug_disable.h
42
bool
DebugCallsDisabled
();
47
ScopedDisableDebugCalls() : disabled_(
DebugCallsDisabled
()) {
debug_disable.cpp
37
bool
DebugCallsDisabled
() {
malloc_debug.cpp
282
if (
DebugCallsDisabled
() || pointer == nullptr) {
329
if (
DebugCallsDisabled
()) {
400
if (
DebugCallsDisabled
() || pointer == nullptr) {
413
if (
DebugCallsDisabled
()) {
485
if (
DebugCallsDisabled
()) {
591
if (
DebugCallsDisabled
()) {
648
if (
DebugCallsDisabled
()) {
705
if (
DebugCallsDisabled
() || pointer == nullptr) {
740
if (
DebugCallsDisabled
()) {
755
if (
DebugCallsDisabled
()) {
[
all
...]
Completed in 173 milliseconds