Searched defs:snd_util_memhdr (Results 1 - 1 of 1) sorted by relevance

/include/sound/
H A Dutil_mem.h39 struct snd_util_memhdr { struct
51 struct snd_util_memhdr *snd_util_memhdr_new(int memsize);
52 void snd_util_memhdr_free(struct snd_util_memhdr *hdr);
53 struct snd_util_memblk *snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size);
54 int snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk);
55 int snd_util_mem_avail(struct snd_util_memhdr *hdr);
58 struct snd_util_memblk *__snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size);
59 void __snd_util_mem_free(struct snd_util_memhdr *hdr, struct snd_util_memblk *blk);
60 struct snd_util_memblk *__snd_util_memblk_new(struct snd_util_memhdr *hdr,

Completed in 53 milliseconds