HomeSort by relevance Sort by last modified time
    Searched refs:alloc_chain (Results 1 - 2 of 2) sorted by null

  /external/libvorbis/include/vorbis/
codec.h 110 struct alloc_chain *reap;
127 struct alloc_chain{ struct
129 struct alloc_chain *next;
  /external/libvorbis/lib/
block.c 118 struct alloc_chain *link=_ogg_malloc(sizeof(*link));
139 struct alloc_chain *reap=vb->reap;
141 struct alloc_chain *next=reap->next;

Completed in 59 milliseconds