Searched refs:eumalloc (Results 1 – 8 of 8) sorted by relevance
32 #ifndef eumalloc33 # define eumalloc(size) (UChar*)safe_emalloc(size, sizeof(UChar), 0) macro
88 dst_buf = eumalloc( dst_len + 1 ); in intl_convert_utf8_to_utf16()
82 formatted = eumalloc(formatted_len); in PHP_FUNCTION()98 formatted = eumalloc(formatted_len); in PHP_FUNCTION()113 formatted = eumalloc(formatted_len); in PHP_FUNCTION()175 formatted = eumalloc(formatted_len); in PHP_FUNCTION()
128 value = eumalloc(length); in PHP_FUNCTION()280 value = eumalloc(length); in PHP_FUNCTION()369 value = eumalloc(length); in PHP_FUNCTION()
107 uret_buf = eumalloc( uret_len + 1 ); in PHP_FUNCTION()127 uret_buf = eumalloc( size_needed + 1 ); in PHP_FUNCTION()
110 value = eumalloc(length); in PHP_FUNCTION()
429 utf16_buf = eumalloc( utf16_buf_size ); in PHP_FUNCTION()
646 *formatted = eumalloc(*formatted_len+1); in umsg_format_helper()
Completed in 26 milliseconds