Lines Matching full:buffer_base
1591 temp_link->buffer_base = (char *)malloc(malloc_size);
1592 if (temp_link->buffer_base == NULL) {
1600 temp_link->buffer_ptr = (char *)(( (long)(temp_link->buffer_base) +
1604 temp_link->buffer_ptr = (char *)(( (ULONG_PTR)(temp_link->buffer_base) +
1790 temp_link->buffer_base = (char *) mmap_buffer_aligned + (i*malloc_size);
1793 (((long)temp_link->buffer_base + (long)alignment - 1) &
1797 (((ULONG_PTR)temp_link->buffer_base + (ULONG_PTR)alignment - 1) &
1805 i, temp_link->buffer_base, temp_link->buffer_ptr);