HomeSort by: relevance | last modified time | path
    Searched refs:realloc (Results 1 - 25 of 447) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/glu/dist/src/libtess/
memalloc.h 40 #define memRealloc realloc
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_ir_allocator.h 53 sizes = (unsigned *)realloc(sizes, capacity * sizeof(unsigned));
54 offsets = (unsigned *)realloc(offsets, capacity * sizeof(unsigned));
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_ir_allocator.h 53 sizes = (unsigned *)realloc(sizes, capacity * sizeof(unsigned));
54 offsets = (unsigned *)realloc(offsets, capacity * sizeof(unsigned));
  /xsrc/local/programs/x11-ssh-askpass/
dynlist.c 41 tmp_ptr = realloc(*list_ptr, (sizeof(**list_ptr) * *list_len));
65 tmp_buf = realloc(*buf, (sizeof(**buf) * *buflen));
  /xsrc/external/mit/libFS/dist/src/
reallocarray.c 42 return realloc(optr, size * nmemb);
  /xsrc/external/mit/libX11/dist/src/
reallocarray.c 42 return realloc(optr, size * nmemb);
  /xsrc/external/mit/libXext/dist/src/
reallocarray.c 42 return realloc(optr, size * nmemb);
  /xsrc/external/mit/libXfont2/dist/src/util/
reallocarray.c 42 return realloc(optr, size * nmemb);
  /xsrc/external/mit/libXmu/dist/src/
reallocarray.c 42 return realloc(optr, size * nmemb);
  /xsrc/external/mit/libfontenc/dist/src/
reallocarray.c 42 return realloc(optr, size * nmemb);
  /xsrc/external/mit/xorg-server/dist/os/
reallocarray.c 42 return realloc(optr, size * nmemb);
  /xsrc/external/mit/MesaLib/dist/src/util/
os_memory_stdc.h 46 realloc(_old_ptr, _new_size + 0*(_old_size))
  /xsrc/external/mit/libxkbfile/dist/src/
XKBfileInt.h 45 #define _XkbRealloc(o,s) realloc((o),(s))
49 ((o)?(t *)realloc((o),(n)*sizeof(t)):_XkbTypedCalloc(n,t))
  /xsrc/external/mit/libxkbui/dist/src/
XKBuiPriv.h 53 #define _XkbRealloc(o,s) realloc((o),(s))
57 ((o)?(t *)realloc((o),(n)*sizeof(t)):_XkbTypedCalloc(n,t))
  /xsrc/external/mit/MesaLib/dist/src/vulkan/util/
vk_alloc.c 37 return realloc(pOriginal, size);
  /xsrc/external/mit/MesaLib.old/dist/src/util/
os_memory_stdc.h 48 realloc(_old_ptr, _new_size + 0*(_old_size))
os_file.c 76 char *newbuf = realloc(buf, 2 * len);
97 char *newbuf = realloc(buf, len);
  /xsrc/external/mit/freetype/dist/include/freetype/
ftsystem.h 165 * realloc ::
174 FT_Realloc_Func realloc; member in struct:FT_MemoryRec_
  /xsrc/external/mit/xf86-video-intel/dist/libobj/
getline.c 30 newline = realloc(*line, *len + 4096);
  /xsrc/external/mit/xf86-video-intel-2014/dist/libobj/
getline.c 30 newline = realloc(*line, *len + 4096);
  /xsrc/external/mit/xsm/dist/
misc.c 80 newenv = (char **) realloc((char *) environ,
  /xsrc/external/mit/libXfont/dist/src/util/
fontnames.c 100 nlength = realloc(names->length, size * sizeof(int));
101 nnames = realloc(names->names, size * sizeof(char *));
  /xsrc/external/mit/libXpm/dist/src/
simx.c 94 return (realloc(p, (size_t) s));
101 return (realloc(p, (size_t) s));
104 return (realloc(p, (size_t) s));
  /xsrc/external/mit/xedit/dist/lisp/
setenv.c 74 P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2));
130 P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2));
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_reorder_uniforms.c 59 realloc(uniform_index,

Completed in 18 milliseconds

1 2 3 4 5 6 7 8 91011>>