![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
C unit test to cover size checked C operations. More...
Go to the source code of this file.
C unit test to cover size checked C operations.
Definition in file test-safeclib.c.
#include "lib/safeclib.h"#include "lib/tmpbuf.h"#include "lib/test/test.h"#include <sys/time.h>#include <sys/resource.h>Functions | |
| TESTS_BEGIN | TEST (allocation0) |
| TEST (allocation1024) | |
| TEST (allocationtoobig) | |
| TEST (streq) | |
| TEST (tmpbuf) | |
| TEST (tr0) | |
| TEST (tr) | |
| TEST (tr_) | |
| TESTS_BEGIN TEST | ( | allocation0 | ) |
Definition at line 29 of file test-safeclib.c.
References lumiera_malloc().
Here is the call graph for this function:| TEST | ( | allocation1024 | ) |
Definition at line 35 of file test-safeclib.c.
References lumiera_malloc().
Here is the call graph for this function:| TEST | ( | allocationtoobig | ) |
Definition at line 49 of file test-safeclib.c.
References lumiera_malloc().
Here is the call graph for this function:| TEST | ( | streq | ) |
Definition at line 59 of file test-safeclib.c.
References lumiera_streq(), and NULL.
Here is the call graph for this function:| TEST | ( | tmpbuf | ) |
Definition at line 68 of file test-safeclib.c.
References lumiera_tmpbuf_provide().
Here is the call graph for this function:| TEST | ( | tr0 | ) |
Definition at line 82 of file test-safeclib.c.
References lumiera_tmpbuf_tr(), and NULL.
Here is the call graph for this function:| TEST | ( | tr | ) |
Definition at line 89 of file test-safeclib.c.
References lumiera_tmpbuf_tr().
Here is the call graph for this function:| TEST | ( | tr_ | ) |
Definition at line 96 of file test-safeclib.c.
References lumiera_tmpbuf_tr().
Here is the call graph for this function: