/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_stats.h | 29 uptr malloced; member in struct:__asan::AsanStats
|
asan_stats.h | 29 uptr malloced; member in struct:__asan::AsanStats
|
asan_stats.cc | 44 Printf("Stats: %zuM malloced (%zuM for red zones) by %zu calls\n", 45 malloced>>20, malloced_redzones>>20, mallocs); 97 if (max_malloced_memory < stats->malloced) { 98 max_malloced_memory = stats->malloced; 112 malloc_stats->size_in_use = stats.malloced; 142 uptr malloced = stats.malloced; local in function:__sanitizer_get_current_allocated_bytes 144 // Return sane value if malloced < freed due to racy 146 return (malloced > freed) ? malloced - freed : 1 [all...] |
asan_stats.cc | 44 Printf("Stats: %zuM malloced (%zuM for red zones) by %zu calls\n", 45 malloced>>20, malloced_redzones>>20, mallocs); 97 if (max_malloced_memory < stats->malloced) { 98 max_malloced_memory = stats->malloced; 112 malloc_stats->size_in_use = stats.malloced; 142 uptr malloced = stats.malloced; local in function:__sanitizer_get_current_allocated_bytes 144 // Return sane value if malloced < freed due to racy 146 return (malloced > freed) ? malloced - freed : 1 [all...] |
/src/sys/fs/nfs/common/ |
nfs_commonacl.c | 399 int isowner, isgroup, namelen, malloced; local in function:nfsrv_buildacl 408 isowner = isgroup = malloced = 0; 429 malloced = 1; 437 malloced = 1; 445 if (malloced)
|
nfs_commonacl.c | 399 int isowner, isgroup, namelen, malloced; local in function:nfsrv_buildacl 408 isowner = isgroup = malloced = 0; 429 malloced = 1; 437 malloced = 1; 445 if (malloced)
|
/src/usr.sbin/kvm_mkdb/ |
nlist_elf32.c | 113 int fd, rv, malloced = 0, isksyms; variable in typeref:typename:int 171 malloced = 1; 376 if (malloced)
|
nlist_elf32.c | 113 int fd, rv, malloced = 0, isksyms; variable in typeref:typename:int 171 malloced = 1; 376 if (malloced)
|