Searched refs:ctst_malloc (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcintltst.h52 * The result buffer has been malloc()'ed (not ctst_malloc) and needs to be free()'ed by the caller.
58 * Result is allocated with ctst_malloc and will be freed at the end of the test.
67 * Result is allocated with ctst_malloc and will be freed at the end of the test.
81 U_CFUNC void *ctst_malloc(size_t size);
85 * Return value is allocated by ctst_malloc and should not be deleted.
H A Dcformtst.c72 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength);
H A Dcintltst.c269 newPath = (char *)ctst_malloc(newLen);
488 newString = (char*)ctst_malloc ( sizeof( char ) * 4 * ( length + 1 ) ); /* this shouldn't */
516 newString = (char*)ctst_malloc ( sizeof(char) * 8 * (length +1));
540 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
623 void *ctst_malloc(size_t size) { function
H A Dcdtrgtst.c615 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); /*this won't*/
H A Dcdattst.c1131 result2=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); /*this won't*/

Completed in 219 milliseconds