Searched refs:realloc (Results 1 - 25 of 650) sorted by relevance

1234567891011>>

/xsrc/external/mit/glu/dist/src/libtess/
H A Dmemalloc.h40 #define memRealloc realloc
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_ir_allocator.h53 sizes = (unsigned *)realloc(sizes, capacity * sizeof(unsigned));
54 offsets = (unsigned *)realloc(offsets, capacity * sizeof(unsigned));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_ir_allocator.h53 sizes = (unsigned *)realloc(sizes, capacity * sizeof(unsigned));
54 offsets = (unsigned *)realloc(offsets, capacity * sizeof(unsigned));
/xsrc/local/programs/x11-ssh-askpass/
H A Ddynlist.c41 tmp_ptr = realloc(*list_ptr, (sizeof(**list_ptr) * *list_len));
65 tmp_buf = realloc(*buf, (sizeof(**buf) * *buflen));
/xsrc/external/mit/libXext/dist/src/
H A Dreallocarray.c42 return realloc(optr, size * nmemb);
/xsrc/external/mit/libXfont2/dist/src/util/
H A Dreallocarray.c42 return realloc(optr, size * nmemb);
/xsrc/external/mit/libXmu/dist/src/
H A Dreallocarray.c42 return realloc(optr, size * nmemb);
/xsrc/external/mit/libFS/dist/src/
H A Dreallocarray.c42 return realloc(optr, size * nmemb);
/xsrc/external/mit/libfontenc/dist/src/
H A Dreallocarray.c42 return realloc(optr, size * nmemb);
/xsrc/external/mit/xorg-server/dist/os/
H A Dreallocarray.c42 return realloc(optr, size * nmemb);
/xsrc/external/mit/libX11/dist/src/
H A Dreallocarray.c42 return realloc(optr, size * nmemb);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_memory_stdc.h46 realloc(_old_ptr, _new_size + 0*(_old_size))
/xsrc/external/mit/libxkbfile/dist/src/
H A DXKBfileInt.h45 #define _XkbRealloc(o,s) realloc((o),(s))
49 ((o)?(t *)realloc((o),(n)*sizeof(t)):_XkbTypedCalloc(n,t))
/xsrc/external/mit/libxkbui/dist/src/
H A DXKBuiPriv.h53 #define _XkbRealloc(o,s) realloc((o),(s))
57 ((o)?(t *)realloc((o),(n)*sizeof(t)):_XkbTypedCalloc(n,t))
/xsrc/external/mit/freetype/dist/include/freetype/
H A Dftsystem.h165 * realloc ::
174 FT_Realloc_Func realloc; member in struct:FT_MemoryRec_
/xsrc/external/mit/xf86-video-intel/dist/libobj/
H A Dgetline.c30 newline = realloc(*line, *len + 4096);
/xsrc/external/mit/xf86-video-intel-2014/dist/libobj/
H A Dgetline.c30 newline = realloc(*line, *len + 4096);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dos_memory_stdc.h48 realloc(_old_ptr, _new_size + 0*(_old_size))
H A Dos_file.c76 char *newbuf = realloc(buf, 2 * len);
97 char *newbuf = realloc(buf, len);
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_alloc.c37 return realloc(pOriginal, size);
/xsrc/external/mit/xsm/dist/
H A Dmisc.c80 newenv = (char **) realloc((char *) environ,
/xsrc/external/mit/libXfont/dist/src/util/
H A Dfontnames.c100 nlength = realloc(names->length, size * sizeof(int));
101 nnames = realloc(names->names, size * sizeof(char *));
H A Dprivate.c86 new = realloc (pFont->devPrivates, (n + 1) * sizeof (pointer));
90 /* omg realloc */
/xsrc/external/mit/libXpm/dist/src/
H A Dsimx.c94 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/
H A Dsetenv.c74 P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2));
130 P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2));

Completed in 19 milliseconds

1234567891011>>