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/
H A Dnettest_dlpi.c160 int malloc_size;
158 int malloc_size; local
H A Dnetlib.c1236 int malloc_size;
1245 malloc_size = buffer_size + alignment + offset;
1276 temp_link->buffer_base = (char *)malloc(malloc_size);
1278 printf("malloc(%d) failed!\n", malloc_size);
1398 int malloc_size;
1408 malloc_size = buffer_size + alignment + offset;
1433 mmap_size = width * malloc_size;
1471 temp_link->buffer_base = (char *) mmap_buffer_aligned + (i*malloc_size);
1223 int malloc_size; local
1384 int malloc_size; local

Completed in 4225 milliseconds