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

  /src/external/public-domain/xz/dist/tests/
test_index_hash.c 184 uint8_t *index_two_records = tuktest_malloc(size_two_records);
216 uint8_t *index_three_records = tuktest_malloc(size_three_records);
233 uint8_t *index_five_records = tuktest_malloc(size_five_records);
265 uint8_t *index_six_records = tuktest_malloc(size_six_records);
test_filter_flags.c 160 uint8_t *encoded_out = tuktest_malloc(size);
342 uint8_t *filter_flag_buffer = tuktest_malloc(total_size);
509 lzma_options_lzma *options = tuktest_malloc(
516 lzma_options_lzma *options = tuktest_malloc(
523 lzma_options_delta *options = tuktest_malloc(
test_microlzma.c 276 *compressed = tuktest_malloc(out_size);
499 uint8_t *compressed = tuktest_malloc(goodbye_world_encoded_size);
test_index.c 1449 uint8_t *buffer = tuktest_malloc(buffer_size);
1476 buffer = tuktest_malloc(buffer_size);
1506 decode_buffer = tuktest_malloc(size);
1573 uint8_t *corrupt_buffer = tuktest_malloc(decode_buffer_size);
1634 uint8_t *buffer = tuktest_malloc(buffer_size);
tuktest.h 99 /// - tuktest_error(), tuktest_malloc(), tuktest_free(),
259 // This declaration is needed for tuktest_malloc().
347 #define tuktest_malloc(size) tuktest_malloc_impl(size, __FILE__, __LINE__) macro
362 "tuktest_malloc(%" TUKTEST_PRIu ") failed",
382 /// Frees memory allocated using tuktest_malloc(). Usually this isn't needed

Completed in 17 milliseconds