OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedDisableDebugCalls
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/malloc_debug/
debug_disable.h
44
class
ScopedDisableDebugCalls
{
46
ScopedDisableDebugCalls
() : disabled_(DebugCallsDisabled()) {
51
~
ScopedDisableDebugCalls
() {
60
BIONIC_DISALLOW_COPY_AND_ASSIGN(
ScopedDisableDebugCalls
);
malloc_debug.cpp
330
ScopedDisableDebugCalls
disable;
364
ScopedDisableDebugCalls
disable;
428
ScopedDisableDebugCalls
disable;
504
ScopedDisableDebugCalls
disable;
522
ScopedDisableDebugCalls
disable;
601
ScopedDisableDebugCalls
disable;
720
ScopedDisableDebugCalls
disable;
782
ScopedDisableDebugCalls
disable;
867
ScopedDisableDebugCalls
disable;
921
ScopedDisableDebugCalls
disable
[
all
...]
RecordData.cpp
106
ScopedDisableDebugCalls
disable;
Completed in 175 milliseconds