| /xsrc/external/mit/glu/dist/src/libtess/ |
| H A D | memalloc.h | 40 #define memRealloc realloc
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_ir_allocator.h | 53 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 D | 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/ |
| H A D | dynlist.c | 41 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 D | reallocarray.c | 42 return realloc(optr, size * nmemb);
|
| /xsrc/external/mit/libXfont2/dist/src/util/ |
| H A D | reallocarray.c | 42 return realloc(optr, size * nmemb);
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | reallocarray.c | 42 return realloc(optr, size * nmemb);
|
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | reallocarray.c | 42 return realloc(optr, size * nmemb);
|
| /xsrc/external/mit/libfontenc/dist/src/ |
| H A D | reallocarray.c | 42 return realloc(optr, size * nmemb);
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | reallocarray.c | 42 return realloc(optr, size * nmemb);
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | reallocarray.c | 42 return realloc(optr, size * nmemb);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | os_memory_stdc.h | 46 realloc(_old_ptr, _new_size + 0*(_old_size))
|
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | 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/ |
| H A D | XKBuiPriv.h | 53 #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 D | ftsystem.h | 165 * realloc :: 174 FT_Realloc_Func realloc; member in struct:FT_MemoryRec_
|
| /xsrc/external/mit/xf86-video-intel/dist/libobj/ |
| H A D | getline.c | 30 newline = realloc(*line, *len + 4096);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/libobj/ |
| H A D | getline.c | 30 newline = realloc(*line, *len + 4096);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | os_memory_stdc.h | 48 realloc(_old_ptr, _new_size + 0*(_old_size))
|
| H A D | os_file.c | 76 char *newbuf = realloc(buf, 2 * len); 97 char *newbuf = realloc(buf, len);
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_alloc.c | 37 return realloc(pOriginal, size);
|
| /xsrc/external/mit/xsm/dist/ |
| H A D | misc.c | 80 newenv = (char **) realloc((char *) environ,
|
| /xsrc/external/mit/libXfont/dist/src/util/ |
| H A D | fontnames.c | 100 nlength = realloc(names->length, size * sizeof(int)); 101 nnames = realloc(names->names, size * sizeof(char *));
|
| H A D | private.c | 86 new = realloc (pFont->devPrivates, (n + 1) * sizeof (pointer)); 90 /* omg realloc */
|
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | 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/ |
| H A D | setenv.c | 74 P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2)); 130 P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2));
|