Searched refs:mbfl_realloc (Results 1 – 2 of 2) sorted by relevance
74 tmp = (unsigned char *)mbfl_realloc((void *)device->buffer, initsz*sizeof(unsigned char)); in mbfl_memory_device_realloc()153 tmp = (unsigned char *)mbfl_realloc((void *)device->buffer, newlen*sizeof(unsigned char)); in mbfl_memory_device_output()180 tmp = (unsigned char *)mbfl_realloc((void *)device->buffer, newlen*sizeof(unsigned char)); in mbfl_memory_device_output2()209 tmp = (unsigned char *)mbfl_realloc((void *)device->buffer, newlen*sizeof(unsigned char)); in mbfl_memory_device_output4()247 tmp = (unsigned char *)mbfl_realloc((void *)device->buffer, newlen*sizeof(unsigned char)); in mbfl_memory_device_strcat()279 tmp = (unsigned char *)mbfl_realloc((void *)device->buffer, newlen*sizeof(unsigned char)); in mbfl_memory_device_strncat()311 tmp = (unsigned char *)mbfl_realloc((void *)dest->buffer, newlen*sizeof(unsigned char)); in mbfl_memory_device_devcat()370 tmp = (unsigned int *)mbfl_realloc((void *)device->buffer, newlen*sizeof(int)); in mbfl_wchar_device_output()
49 #define mbfl_realloc (__mbfl_allocators->realloc) macro
Completed in 13 milliseconds