![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Functions | |
void * | FUZZ_malloc (size_t size) |
void * | FUZZ_malloc_rand (size_t size, FUZZ_dataProducer_t *producer) |
int | FUZZ_memcmp (void const *lhs, void const *rhs, size_t size) |
void * FUZZ_malloc | ( | size_t | size | ) |
malloc except return NULL for zero sized data and FUZZ_ASSERT that malloc doesn't fail.
void * FUZZ_malloc_rand | ( | size_t | size, |
FUZZ_dataProducer_t * | producer ) |
malloc except returns random pointer for zero sized data and FUZZ_ASSERT that malloc doesn't fail.