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

  /external/tremolo/Tremolo/
os_types.h 52 #define _ogg_realloc realloc macro
misc.h 52 #undef _ogg_realloc macro
57 #define _ogg_realloc(x,y) _VDBG_malloc((x),(y),__FILE__,__LINE__) macro
framing.c 112 ob->data=_ogg_realloc(ob->data,bytes);
161 ob->data=_ogg_realloc(ob->data,bytes);

Completed in 33 milliseconds