Searched refs:hb_buffer_pre_allocate (Results 1 – 5 of 5) sorted by relevance
328 g_assert (hb_buffer_pre_allocate (b, 100)); in test_buffer_allocation()333 g_assert (!hb_buffer_pre_allocate (b, (unsigned int) -1)); in test_buffer_allocation()338 g_assert (hb_buffer_pre_allocate (b, 50)); in test_buffer_allocation()346 g_assert (!hb_buffer_pre_allocate (b, ((unsigned int) -1) / 20 + 1)); in test_buffer_allocation()356 g_assert (!hb_buffer_pre_allocate (b, ((unsigned int) -1) / 20 - 1)); in test_buffer_allocation()
302 hb_buffer_pre_allocate (hb_buffer_t *buffer,
1223 hb_buffer_pre_allocate (hb_buffer_t *buffer, unsigned int size) in hb_buffer_pre_allocate() function
36 hb_buffer_pre_allocate
1237 Use hb_buffer_pre_allocate() to pre-allocate.1370 hb_buffer_ensure() renamed to hb_buffer_pre_allocate()