RSS

(root)/ildjit/libiljitir : 1 : test/utils/tests_utils.h

« back to all changes in this revision

Viewing changes to test/utils/tests_utils.h

Speziale Ettore
2009-11-18 09:19:57
Revision ID: ettore@mars-20091118091957-5qdu9yqf186fftwr
Initial import into Bazaar.

Show diffs side-by-side

added added

removed removed

 
1
#include <stdlib.h>
 
2
 
 
3
/** function needed by ir library interface */
 
4
void * tests_malloc (void * context, size_t size);
 
5
/** function needed by ir library interface */
 
6
void * tests_realloc (void * context, void * ptr, size_t size);
 
7
/** function needed by ir library interface */
 
8
void  tests_free (void * context, void * ptr);

Loggerhead 1.17 is a web-based interface for Bazaar branches