HomeSort by: relevance | last modified time | path
    Searched refs:expat_malloc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/expat/dist/lib/
internal.h 187 void *expat_malloc(XML_Parser parser, size_t size, int sourceLine);
xmlparse.c 791 # define MALLOC(parser, s) (expat_malloc((parser), (s), __LINE__))
854 expat_malloc(XML_Parser parser, size_t size, int sourceLine) { function
948 return expat_malloc(parser, size, sourceLine);
  /src/external/mit/expat/dist/tests/
alloc_tests.c 2114 void *ptr = expat_malloc(parser, 10, -1);
2140 long long *const ptr = expat_malloc(parser, 4 * sizeof(long long), -1);
2169 assert_true(expat_malloc(parser, 1000, -1) == NULL);
2176 void *const ptr = expat_malloc(parser, 1000, -1);
2190 void *const ptr = expat_malloc(parser, 1000, -1);
2196 assert_true(expat_malloc(parser, 1000, -1) == NULL);
2211 assert_true(expat_malloc(parser, 1000, -1) == NULL);

Completed in 27 milliseconds