Searched refs:new_current (Results 1 – 1 of 1) sorted by relevance
31 size_t new_current = aligned + size; in __libc_alloc_buffer_alloc_array() local34 && new_current >= size /* No overflow in size computation. */ in __libc_alloc_buffer_alloc_array()35 && new_current <= buf->__alloc_buffer_end) /* Room in buffer. */ in __libc_alloc_buffer_alloc_array()37 buf->__alloc_buffer_current = new_current; in __libc_alloc_buffer_alloc_array()
Completed in 4 milliseconds