File: esl_alloc.h

package info (click to toggle)
infernal 1.1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 74,208 kB
  • sloc: ansic: 230,749; perl: 14,433; sh: 6,147; makefile: 3,071; python: 1,247
file content (9 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#ifndef eslALLOC_INCLUDED
#define eslALLOC_INCLUDED

#include <stdlib.h>

extern void *esl_alloc_aligned(size_t size, size_t alignment);
extern void  esl_alloc_free(void *p);

#endif // eslALLOC_INCLUDED