[cvs] / xvidcore / src / utils / mem_align.h Repository:
ViewVC logotype

View of /xvidcore/src/utils/mem_align.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (download) (annotate)
Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
Branch: MAIN
CVS Tags: cvs-head, tag-merging-20040322, merged-dev-api-3
Branch point for: dev-api-4, Isibaar
Changes since 1.6: +1 -63 lines
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too
#ifndef _MEM_ALIGN_H_
#define _MEM_ALIGN_H_

#include "../portab.h"

void *xvid_malloc(size_t size,
				  uint8_t alignment);
void xvid_free(void *mem_ptr);

#endif							/* _MEM_ALIGN_H_ */

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