Searched refs:malloc_size (Results 1 – 6 of 6) sorted by relevance
52 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */ member
1057 MALLOC_USABLE_SIZE(VG_Z_LIBC_SONAME, malloc_size);1058 MALLOC_USABLE_SIZE(SO_SYN_MALLOC, malloc_size);1067 MALLOC_USABLE_SIZE(VG_Z_LIBC_SONAME, malloc_size);1068 MALLOC_USABLE_SIZE(SO_SYN_MALLOC, malloc_size);
1532 int malloc_size; in allocate_buffer_ring() local1541 malloc_size = buffer_size + alignment + offset; in allocate_buffer_ring()1576 temp_link->buffer_base = (char *)malloc(malloc_size); in allocate_buffer_ring()1580 malloc_size); in allocate_buffer_ring()1699 int malloc_size; in allocate_exs_buffer_ring() local1709 malloc_size = buffer_size + alignment + offset; in allocate_exs_buffer_ring()1735 mmap_size = width * malloc_size; in allocate_exs_buffer_ring()1774 temp_link->buffer_base = (char *) mmap_buffer_aligned + (i*malloc_size); in allocate_exs_buffer_ring()
398 int malloc_size; in send_dlpi_co_stream() local
17840 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))