]> pd.if.org Git - liblfds/blob - liblfds/liblfds7.0.0/test/src/util_memory_helpers.h
Initial import (all versions, including the new 7.1.0)
[liblfds] / liblfds / liblfds7.0.0 / test / src / util_memory_helpers.h
1 /***** public prototypes *****/
2 void *util_aligned_malloc( lfds700_pal_uint_t size, lfds700_pal_uint_t align_in_bytes );
3 void util_aligned_free( void *memory );
4 void *util_malloc_wrapper( lfds700_pal_uint_t size );
5