File: esl_alloc.h

package info (click to toggle)
hmmer 3.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 23,380 kB
  • sloc: ansic: 119,305; perl: 8,791; sh: 3,266; makefile: 1,871; python: 598
file content (9 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (5)
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