HomeSort by: relevance | last modified time | path
    Searched refs:mallinfo (Results 1 - 25 of 25) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_daa.c 97 int before = mallinfo().uordblks;
117 LogDebug("TSPI_TPM_DAA_joinInit ALLOC DELTA:%d",mallinfo().uordblks-before);
139 int before = mallinfo().uordblks;
155 LogDebug("TSPI_TPM_DAA_joinInit ALLOC DELTA:%d",mallinfo().uordblks-before);
197 int before = mallinfo().uordblks;
233 LogDebug("TSPI_DAA_IssueSetup ALLOC DELTA:%d", mallinfo().uordblks-before);
249 int before = mallinfo().uordblks;
286 LogDebug("TSPI_DAA_IssueSetup ALLOC DELTA:%d", mallinfo().uordblks-before);
314 int before = mallinfo().uordblks;
334 LogDebug("Tspi_DAA_IssueInit_internal ALLOC DELTA:%d", mallinfo().uordblks-before)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
hwasan_interface.h 74 struct mallinfo __sanitizer_mallinfo();
  /src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
hwasan_interface.h 93 struct mallinfo SANITIZER_CDECL __sanitizer_mallinfo();
  /src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
hwasan_interface.h 88 struct mallinfo __sanitizer_mallinfo();
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_malloc_linux.cc 198 // man mallinfo says the fields are "long", but the implementation uses int.
199 // It doesn't matter much -- we just need to make sure that the libc's mallinfo
205 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
255 fake_mallinfo (*mallinfo)(void); member in struct:MallocDebugL
270 WRAP(calloc), WRAP(free), WRAP(mallinfo),
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_malloc_linux.cpp 126 // man mallinfo says the fields are "long", but the implementation uses int.
127 // It doesn't matter much -- we just need to make sure that the libc's mallinfo
133 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
181 fake_mallinfo (*mallinfo)(void); member in struct:MallocDebugL
196 WRAP(calloc), WRAP(free), WRAP(mallinfo),
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_malloc_linux.cpp 126 // man mallinfo says the fields are "long", but the implementation uses int.
127 // It doesn't matter much -- we just need to make sure that the libc's mallinfo
133 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
181 fake_mallinfo (*mallinfo)(void); member in struct:MallocDebugL
196 WRAP(calloc), WRAP(free), WRAP(mallinfo),
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Process.inc 97 struct mallinfo mi;
98 mi = ::mallinfo();
112 // the value returned by mallinfo in the arena field.
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 184 void mallinfo() { function
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocation_functions.cpp 187 INTERCEPTOR_ALIAS(__sanitizer_struct_mallinfo, mallinfo);
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocation_functions.cpp 169 INTERCEPTOR_ALIAS(__sanitizer_struct_mallinfo, mallinfo);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_interceptors.cc 148 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
153 #define LSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_interceptors.cpp 172 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
177 #define LSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_interceptors.cpp 172 INTERCEPTOR(struct fake_mallinfo, mallinfo, void) {
177 #define LSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
  /src/external/bsd/am-utils/dist/libamu/
xutil.c 262 struct mallinfo mi = mallinfo();
  /src/external/gpl3/binutils/dist/ld/
ldmain.c 371 struct mallinfo mi = mallinfo ();
460 struct mallinfo mi = mallinfo ();
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 254 INTERCEPTOR(void, mallinfo, __sanitizer_struct_mallinfo *sret) {
263 #define MSAN_MAYBE_INTERCEPT_MALLINFO INTERCEPT_FUNCTION(mallinfo)
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-common.cc 1316 #define MALLINFO_FN mallinfo
configure 10643 clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked madvise mallinfo mallinfo2 fstatat
12080 for ac_func in mallinfo mallinfo2
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 1181 COMPILER_CHECK(sizeof(__sanitizer_struct_mallinfo) == sizeof(struct mallinfo));
  /src/external/gpl3/gcc/dist/gcc/
ggc-common.cc 1338 #define MALLINFO_FN mallinfo
configure 10786 clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked madvise mallinfo mallinfo2 fstatat getauxval
12363 for ac_func in mallinfo mallinfo2
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_posix.cpp 1263 COMPILER_CHECK(sizeof(__sanitizer_struct_mallinfo) == sizeof(struct mallinfo));
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_posix.cpp 1204 COMPILER_CHECK(sizeof(__sanitizer_struct_mallinfo) == sizeof(struct mallinfo));
  /src/external/apache2/llvm/autoconf/
configure 8057 for ac_func in mallinfo mallctl

Completed in 81 milliseconds