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

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/glu/dist/src/libnurbs/interface/
mystdlib.h 42 extern "C" void * malloc( size_t );
53 extern "C" void * malloc( size_t );
  /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
mystdlib.h 42 extern "C" void * malloc( size_t );
53 extern "C" void * malloc( size_t );
primitiveStream.cc 73 Real* temp = (Real*) malloc (sizeof(Real) * (2*size_vertices + 2));
102 Int* temp = (Int*) malloc(sizeof(Int) * (2*size_lengths + 2));
104 Int* tempTypes = (Int*) malloc(sizeof(Int) * (2*size_lengths + 2));
147 lengths = (Int*)malloc (sizeof(Int) * sizeLengths);
149 types = (Int*)malloc (sizeof(Int) * sizeLengths);
152 vertices = (Real*) malloc(sizeof(Real) * sizeVertices);
  /xsrc/external/mit/MesaLib/dist/include/
c99_alloca.h 34 # include <malloc.h>
  /xsrc/external/mit/MesaLib.old/dist/include/
c99_alloca.h 34 # include <malloc.h>
  /xsrc/external/mit/brotli/dist/c/common/
platform.c 15 return malloc(size);
  /xsrc/external/mit/glu/dist/src/libtess/
memalloc.c 52 return memset( malloc( n ), 0xa5, n );
memalloc.h 48 #define memAlloc malloc
  /xsrc/external/mit/glu/dist/src/include/
gluos.h 30 #include <malloc.h>
36 #include <malloc.h>
77 #include <malloc.h>
  /xsrc/external/mit/xdm/dist/xdm/
rpcauth.c 60 new = malloc (sizeof *new);
72 new->data = malloc (new->data_length);
78 new->name = malloc (namelen);
mitauth.c 59 new = malloc (sizeof (Xauth));
69 new->data = malloc (AUTH_DATA_LEN);
75 new->name = malloc (namelen);
  /xsrc/external/mit/MesaLib/dist/src/util/
os_memory_stdc.h 41 #define os_malloc(_size) malloc(_size)
50 #include <malloc.h>
  /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
aprintf.c 33 char *res = malloc(sz + 1);
  /xsrc/external/mit/fontconfig/dist/meson-cc-tests/
flexible-array-member-test.c 10 struct s *p = malloc (offsetof (struct s, d)
  /xsrc/external/mit/pixman/dist/demos/
screen-test.c 12 uint32_t *src1 = malloc (WIDTH * HEIGHT * 4);
13 uint32_t *src2 = malloc (WIDTH * HEIGHT * 4);
14 uint32_t *src3 = malloc (WIDTH * HEIGHT * 4);
15 uint32_t *dest = malloc (3 * WIDTH * 2 * HEIGHT * 4);
convolution-test.c 14 uint32_t *src = malloc (WIDTH * HEIGHT * 4);
15 uint32_t *mask = malloc (WIDTH * HEIGHT * 4);
16 uint32_t *dest = malloc (WIDTH * HEIGHT * 4);
  /xsrc/external/mit/xorg-server.old/dist/miext/shadow/
shalloc.c 48 fb = malloc(stride * height);
  /xsrc/external/mit/libICE/dist/src/
register.c 70 p = _IceProtocols[i - 1].orig_client = malloc (sizeof(_IcePoProtocol));
89 malloc (sizeof (_IcePoProtocol));
106 p->version_recs = malloc (versionCount * sizeof (IcePoVersionRec));
112 p->auth_names = malloc (authCount * sizeof (char *));
114 p->auth_procs = malloc (authCount * sizeof (IcePoAuthProc));
175 malloc (sizeof (_IcePaProtocol));
192 malloc (sizeof (_IcePaProtocol));
202 p->version_recs = malloc (versionCount * sizeof (IcePaVersionRec));
211 p->auth_names = malloc (authCount * sizeof (char *));
213 p->auth_procs = malloc (authCount * sizeof (IcePaAuthProc))
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/util/
os_memory_stdc.h 43 #define os_malloc(_size) malloc(_size)
67 #include <malloc.h>
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
cpuinfo.c 54 buffer = malloc(MAX_STRING);
  /xsrc/external/mit/libXfont/dist/src/util/
fontnames.c 60 pFN = malloc(sizeof(FontNamesRec));
66 pFN->length = malloc(size * sizeof(int));
67 pFN->names = malloc(size * sizeof(char *));
90 nelt = malloc(length + 1);
  /xsrc/external/mit/xorg-server/dist/os/
strndup.c 48 if ((copy = malloc(len + 1)) == NULL)
  /xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/
u_cache_test.c 88 key = malloc(sizeof(cache_test_key));
100 key = malloc(sizeof(cache_test_key));
101 value_in = malloc(sizeof(cache_test_value));
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
u_cache_test.c 88 key = malloc(sizeof(cache_test_key));
99 key = malloc(sizeof(cache_test_key));
100 value_in = malloc(sizeof(cache_test_value));
  /xsrc/external/mit/libXau/dist/include/X11/
Xauth.h 80 #if __has_attribute(malloc)
83 # define XAU_MALLOC_ATTRIBUTE(X) __attribute__((malloc))
85 # define XAU_MALLOC_ATTRIBUTE(X) __attribute__((malloc X))

Completed in 70 milliseconds

1 2 3 4 5 6 7 8 91011>>