HomeSort by relevance Sort by last modified time
    Searched refs:malloc_size (Results 1 - 20 of 20) sorted by null

  /external/qemu/android/base/memory/
MallocUsableSize.h 31 # define malloc_usable_size malloc_size
  /bionic/libc/kernel/uapi/linux/
cciss_ioctl.h 67 DWORD malloc_size; member in struct:_BIG_IOCTL_Command_struct
  /development/ndk/platforms/android-L/include/linux/
cciss_ioctl.h 67 DWORD malloc_size; member in struct:_BIG_IOCTL_Command_struct
  /external/chromium_org/third_party/tcmalloc/chromium/src/
libc_override_redefine.h 85 size_t malloc_size(void* p) __THROW { return tc_malloc_size(p); }
libc_override_gcc_and_weak.h 96 size_t malloc_size(void* p) __THROW ALIAS(tc_malloc_size);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
libc_override_gcc_and_weak.h 89 size_t malloc_size(void* p) __THROW ALIAS(tc_malloc_size);
libc_override_redefine.h 85 size_t malloc_size(void* p) __THROW { return tc_malloc_size(p); }
  /external/kernel-headers/original/uapi/linux/
cciss_ioctl.h 52 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */ member in struct:_BIG_IOCTL_Command_struct
54 /* < malloc_size * MAXSGENTRIES */
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
cciss_ioctl.h 67 DWORD malloc_size; member in struct:_BIG_IOCTL_Command_struct
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
cciss_ioctl.h 67 DWORD malloc_size; member in struct:_BIG_IOCTL_Command_struct
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
cciss_ioctl.h 67 DWORD malloc_size; member in struct:_BIG_IOCTL_Command_struct
  /external/lldb/examples/darwin/heap_find/
heap.py 463 malloc_size = int(match_entry.size)
488 description = '%#16.16x: %s' % (match_addr, type_flags_to_description(type_flags, malloc_addr, malloc_size, offset))
490 description += ' <%5u>' % (malloc_size)
492 description += ' [%#x - %#x)' % (malloc_addr, malloc_addr + malloc_size)
496 if options.type == 'pointer' and malloc_size == 4096:
514 # description += 'malloc(%u)' % (malloc_size)
516 # description += 'malloc(%u)' % (malloc_size)
563 memory_command = "memory read --force 0x%x 0x%x" % (malloc_addr, malloc_addr + malloc_size)
565 memory_command = "memory read --force -f %s 0x%x 0x%x" % (options.format, malloc_addr, malloc_addr + malloc_size)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 178 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */ member in struct:_BIG_IOCTL_Command_struct
180 /* < malloc_size * MAXSGENTRIES */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cciss_ioctl.h 178 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */ member in struct:_BIG_IOCTL_Command_struct
180 /* < malloc_size * MAXSGENTRIES */
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c     [all...]
  /external/netperf/
netlib.c 1236 int malloc_size;
1245 malloc_size = buffer_size + alignment + offset;
1223 int malloc_size; local
1384 int malloc_size; local
    [all...]
nettest_dlpi.c 160 int malloc_size;
158 int malloc_size; local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3503 function malloc_size(sp) function
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1584 milliseconds