Home
last modified time | relevance | path

Searched refs:my_allocator (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/tests/
H A Dtest_index.c646 static const lzma_allocator my_allocator = { &my_alloc, NULL, NULL }; variable
685 expect(lzma_index_dup(i, &my_allocator) == NULL); in main()