HomeSort by: relevance | last modified time | path
    Searched defs:tuktest_malloc_record (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/xz/dist/tests/
tuktest.h 325 struct tuktest_malloc_record { struct
326 struct tuktest_malloc_record *next;
333 static struct tuktest_malloc_record *tuktest_malloc_test = NULL;
337 static struct tuktest_malloc_record *tuktest_malloc_global = NULL;
353 struct tuktest_malloc_record *r = malloc(sizeof(*r));
398 struct tuktest_malloc_record **r = tuktest_name != NULL
402 struct tuktest_malloc_record *tmp = *r;
422 tuktest_free_all(struct tuktest_malloc_record **r)
425 struct tuktest_malloc_record *tmp = *r;
tuktest.h 325 struct tuktest_malloc_record { struct
326 struct tuktest_malloc_record *next;
333 static struct tuktest_malloc_record *tuktest_malloc_test = NULL;
337 static struct tuktest_malloc_record *tuktest_malloc_global = NULL;
353 struct tuktest_malloc_record *r = malloc(sizeof(*r));
398 struct tuktest_malloc_record **r = tuktest_name != NULL
402 struct tuktest_malloc_record *tmp = *r;
422 tuktest_free_all(struct tuktest_malloc_record **r)
425 struct tuktest_malloc_record *tmp = *r;

Completed in 81 milliseconds