Searched refs:malloc_size (Results 1 – 2 of 2) sorted by relevance
1223 int malloc_size; in allocate_buffer_ring() local1232 malloc_size = buffer_size + alignment + offset; in allocate_buffer_ring()1263 temp_link->buffer_base = (char *)malloc(malloc_size); in allocate_buffer_ring()1265 printf("malloc(%d) failed!\n", malloc_size); in allocate_buffer_ring()1384 int malloc_size; in allocate_exs_buffer_ring() local1394 malloc_size = buffer_size + alignment + offset; in allocate_exs_buffer_ring()1419 mmap_size = width * malloc_size; in allocate_exs_buffer_ring()1457 temp_link->buffer_base = (char *) mmap_buffer_aligned + (i*malloc_size); in allocate_exs_buffer_ring()
158 int malloc_size; in send_dlpi_co_stream() local