Searched refs:debug (Results 1 - 17 of 17) sorted by relevance

/bionic/libc/malloc_debug/
H A DFreeTrackData.h52 void Add(DebugData& debug, const Header* header);
54 void VerifyAll(DebugData& debug);
59 void LogFreeError(DebugData& debug, const Header* header, const uint8_t* pointer);
60 void VerifyAndFree(DebugData& debug, const Header* header, const void* pointer);
H A DGuardData.cpp83 bool FrontGuardData::Valid(DebugData& debug, const Header* header) { argument
84 return GuardData::Valid(debug.GetFrontGuard(header));
87 void FrontGuardData::LogFailure(DebugData& debug, const Header* header) { argument
88 GuardData::LogFailure(header, debug.GetPointer(header), debug.GetFrontGuard(header));
95 bool RearGuardData::Valid(DebugData& debug, const Header* header) { argument
96 return GuardData::Valid(debug.GetRearGuard(header));
99 void RearGuardData::LogFailure(DebugData& debug, const Header* header) { argument
100 GuardData::LogFailure(header, debug.GetPointer(header), debug
[all...]
H A DFreeTrackData.cpp45 void FreeTrackData::LogFreeError(DebugData& debug, const Header* header, argument
51 uint8_t fill_free_value = debug.config().fill_free_value;
66 void FreeTrackData::VerifyAndFree(DebugData& debug, const Header* header, argument
77 bytes = (bytes < debug.config().fill_on_free_bytes) ? bytes : debug.config().fill_on_free_bytes;
81 LogFreeError(debug, header, reinterpret_cast<const uint8_t*>(pointer));
97 void FreeTrackData::Add(DebugData& debug, const Header* header) { argument
102 if (list_.size() == debug.config().free_track_allocations) {
104 VerifyAndFree(debug, old_header, debug
121 VerifyAll(DebugData& debug) argument
[all...]
H A DGuardData.h66 bool Valid(DebugData& debug, const Header* header);
68 void LogFailure(DebugData& debug, const Header* header);
85 bool Valid(DebugData& debug, const Header* header);
87 void LogFailure(DebugData& debug, const Header* header);
H A DTrackData.cpp92 void TrackData::DisplayLeaks(DebugData& debug) { argument
101 header->real_size(), debug.GetPointer(header), ++track_count, list.size());
102 if (debug.config().options & BACKTRACE) {
103 BacktraceHeader* back_header = debug.GetAllocBacktrace(header);
113 void TrackData::GetInfo(DebugData& debug, uint8_t** info, size_t* overall_size, argument
121 *backtrace_size = debug.config().backtrace_frames;
134 BacktraceHeader* back_header = debug.GetAllocBacktrace(header);
H A DTrackData.h58 void GetInfo(DebugData& debug, uint8_t** info, size_t* overall_size,
61 void DisplayLeaks(DebugData& debug);
H A Dmalloc_debug.cpp60 // to do dlsym lookups during libc initialization when malloc debug
199 DebugData* debug = new DebugData(); local
200 if (!debug->Initialize()) {
201 delete debug;
205 g_debug = debug;
/bionic/libc/kernel/uapi/linux/nfsd/
H A Ddebug.h21 #include <linux/sunrpc/debug.h>
/bionic/tools/bionicbb/
H A Dbionicbb.py50 logging.debug('%s #%s %s: %s', name, number, status, full_url)
76 logging.debug('POST %s: %s', url, request_data)
83 logging.debug('POST %s: %s', url, request_data)
116 logging.debug('POST %s: %s', url, request_data)
134 app.run(host='0.0.0.0', debug=True)
/bionic/tools/relocation_packer/
H A DAndroid.mk27 src/debug.cc \
/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Dev_timers.c237 if (ctx->debug > 7) {
269 if (ctx->debug > 7) {
354 if (ctx->debug > 7) {
H A Deventlib_p.h219 int debug; member in struct:__anon1039
/bionic/libc/kernel/tools/
H A Dutils.py44 logging.debug("write '%s'" % msg)
H A Dcpp.py1368 logging.debug("### skip unterminated static '%s'",
1373 logging.debug("### keep var/func '%s': %s", ident,
1377 logging.debug("### skip var/func '%s': %s", ident,
1679 logging.debug("appending lines %d to %d", blocks[i].lineno,
1699 logging.debug("remove 'if 0' .. 'endif' (lines %d to %d)",
1704 logging.debug("convert 'if 0' .. 'else' into 'if 1' (lines %d "
1711 logging.debug("convert 'if 0' .. 'elif' into 'if'")
1720 logging.debug("unterminated 'if 1'")
1726 logging.debug("convert 'if 1' .. 'endif' (lines %d to %d)",
1732 logging.debug("conver
[all...]
/bionic/libc/tools/
H A Dgensyscalls.py501 logging.debug(t)
505 logging.debug("parse_file: %s" % file_path)
/bionic/libc/kernel/uapi/linux/
H A Dpkt_sched.h316 __u32 debug; member in struct:tc_htb_glob
H A Dkvm.h236 } debug; member in union:kvm_run::__anon502

Completed in 6172 milliseconds