[svn] / branches / dev-api-3 / xvidcore / src / utils / mem_align.h Repository:
ViewVC logotype

Annotation of /branches/dev-api-3/xvidcore/src/utils/mem_align.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 392 - (view) (download)

1 : Isibaar 41 #ifndef _MEM_ALIGN_H_
2 :     #define _MEM_ALIGN_H_
3 :    
4 :     #include "../portab.h"
5 :    
6 : edgomez 195 void *xvid_malloc(size_t size,
7 :     uint8_t alignment);
8 : Isibaar 41 void xvid_free(void *mem_ptr);
9 :    
10 : edgomez 195 #endif /* _MEM_ALIGN_H_ */

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4