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

  /bionic/libc/kernel/uapi/linux/
cciss_ioctl.h 56 DWORD malloc_size; member in struct:_BIG_IOCTL_Command_struct
  /external/kernel-headers/original/uapi/linux/
cciss_ioctl.h 53 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */ member in struct:_BIG_IOCTL_Command_struct
55 /* < malloc_size * MAXSGENTRIES */
  /external/perfetto/include/perfetto/base/
circular_queue.h 254 size_t malloc_size = new_capacity * sizeof(T);
255 PERFETTO_CHECK(malloc_size > new_capacity);
256 auto* new_vec = static_cast<T*>(malloc(malloc_size));
  /external/python/cpython3/Modules/
_testcapimodule.c 3376 size_t malloc_size; member in struct:__anon37301
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1027 milliseconds