Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libmtmalloc/tests/
H A Ddirtymem.c45 } struct_o_death; variable
54 foo = (struct a_struct *)malloc(sizeof (struct_o_death)); in main()
65 leak = malloc(sizeof (struct_o_death)); in main()
69 foo = malloc(sizeof (struct_o_death)); in main()