HomeSort by: relevance | last modified time | path
    Searched defs:total_free (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_stats.cc 158 uptr total_free = stats.mmaped local
163 // Return sane value if total_free < total_used due to racy
165 return (total_free > total_used) ? total_free - total_used : 1;
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_stats.cpp 157 uptr total_free = stats.mmaped local
162 // Return sane value if total_free < total_used due to racy
164 return (total_free > total_used) ? total_free - total_used : 0;
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_stats.cpp 157 uptr total_free = stats.mmaped local
162 // Return sane value if total_free < total_used due to racy
164 return (total_free > total_used) ? total_free - total_used : 1;
  /src/sys/external/bsd/drm2/dist/drm/
drm_mm.c 1122 u64 total_used = 0, total_free = 0, total = 0; local
1124 total_free += drm_mm_dump_hole(p, &mm->head_node);
1130 total_free += drm_mm_dump_hole(p, entry);
1132 total = total_free + total_used;
1135 total_used, total_free);
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 1054 int total_free; /* total number of frees */
4840 alloc_counts[alloc_type_scope].total_free++;
4997 alloc_counts[alloc_type_tag].total_free++;
5086 alloc_counts[alloc_type_thead].total_free++;
1052 int total_free; \/* total number of frees *\/ member in struct:alloc_info
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 1054 int total_free; /* total number of frees */
4837 alloc_counts[alloc_type_scope].total_free++;
4994 alloc_counts[alloc_type_tag].total_free++;
5083 alloc_counts[alloc_type_thead].total_free++;
1052 int total_free; \/* total number of frees *\/ member in struct:alloc_info

Completed in 21 milliseconds