HomeSort by: relevance | last modified time | path
    Searched defs:realloc (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/raster/
ftmisc.h 78 FT_Realloc_Func realloc; member in struct:FT_MemoryRec_
  /xsrc/external/mit/freetype/dist/include/freetype/
ftsystem.h 165 * realloc ::
174 FT_Realloc_Func realloc; member in struct:FT_MemoryRec_
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
picture.c 662 bool realloc = false; local
702 realloc = true;
713 realloc = true;
721 realloc = true;
735 realloc = true;
742 realloc = true;
746 if (realloc) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
picture.c 551 bool realloc = false; local
591 realloc = true;
602 realloc = true;
610 realloc = true;
618 if (realloc) {
  /xsrc/external/mit/freetype/dist/src/base/
ftdbgmem.c 137 FT_Realloc_Func realloc; member in struct:FT_MemTableRec_
325 table->realloc = memory->realloc;
841 memory->realloc = ft_mem_debug_realloc;
896 memory->realloc = table->realloc;

Completed in 17 milliseconds