Searched defs:malloc_size (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dcciss_ioctl.h52 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */ member in struct:_BIG_IOCTL_Command_struct
54 /* < malloc_size * MAXSGENTRIES */
/external/netperf/src/
H A Dnettest_dlpi.c401 int malloc_size;
398 int malloc_size; local
H A Dnetlib.c1547 int malloc_size;
1556 malloc_size = buffer_size + alignment + offset;
1591 temp_link->buffer_base = (char *)malloc(malloc_size);
1595 malloc_size);
1715 int malloc_size;
1725 malloc_size = buffer_size + alignment + offset;
1751 mmap_size = width * malloc_size;
1790 temp_link->buffer_base = (char *) mmap_buffer_aligned + (i*malloc_size);
1532 int malloc_size; local
1699 int malloc_size; local

Completed in 173 milliseconds