gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:syslog from tkernel_2/lib/libtk/src/memcheck.c (0.00 seconds)
tkernel_2
lib/libtk/src/memcheck.c - 4.3KB - 142 lines
75:                         if ( mode < -1 ) {
76:                                 syslog(LOG_NOTICE, "malloc ptr: 0x%08x [%d B]",
77:                                                         aq+1, AreaSize(aq));
88: if ( !ptr_ok ) { 89: syslog(LOG_ERR, "MALLOC: illegal ptr: 0x%08x", ptr); 90: return FALSE;
93: if ( mode < 0 ) { 94: syslog(LOG_NOTICE, 95: "MALLOC: %d pages, used: %d [%d blks] free: %d [%d blks]",
101: err_found: 102: syslog(LOG_ERR, "MALLOC: block corrupted at 0x%08x", aq); 103: return FALSE;