Searched defs:struct_o_death (Results 1 - 1 of 1) sorted by relevance

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

Completed in 43 milliseconds