Home | History | Annotate | Download | only in netperf

Lines Matching full:malloc_size

1236   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);