Searched refs:eumalloc (Results 1 – 8 of 8) sorted by relevance
30 #ifndef eumalloc31 # define eumalloc(size) (UChar*)safe_emalloc(size, sizeof(UChar), 0) macro
86 dst_buf = eumalloc( dst_len + 1 ); in intl_convert_utf8_to_utf16()
67 formatted = eumalloc(formatted_len); in PHP_FUNCTION()83 formatted = eumalloc(formatted_len); in PHP_FUNCTION()98 formatted = eumalloc(formatted_len); in PHP_FUNCTION()161 formatted = eumalloc(formatted_len); in PHP_FUNCTION()
111 value = eumalloc(length); in PHP_FUNCTION()240 value = eumalloc(length); in PHP_FUNCTION()315 value = eumalloc(length); in PHP_FUNCTION()
151 uret_buf = eumalloc( uret_len + 1 ); in PHP_FUNCTION()176 uret_buf = eumalloc( size_needed + 1 ); in PHP_FUNCTION()
89 value = eumalloc(length); in PHP_FUNCTION()
384 utf16_buf = eumalloc( utf16_buf_size ); in PHP_FUNCTION()
610 *formatted = eumalloc(*formatted_len+1); in umsg_format_helper()
Completed in 28 milliseconds