| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-utils.c | 43 zalloc (unsigned long size) function 54 SIM_DESC sd = ZALLOC (struct sim_state); 61 STATE_ARCH_DATA (sd) = zalloc (extra_bytes);
|
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| misc.c | 71 zalloc (long size) function 75 ERROR ("zalloc failed");
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| main.c | 237 zalloc(long size) function 241 error("zalloc failed\n"); 282 arg_ = (char*)zalloc(strlen(argv[0]) + strlen("_=") + 1);
|
| sim_calls.c | 407 zalloc(long size) function
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-utils.c | 43 zalloc (unsigned long size) function 54 SIM_DESC sd = ZALLOC (struct sim_state); 61 STATE_ARCH_DATA (sd) = zalloc (extra_bytes);
|
| /src/external/gpl3/gdb/dist/sim/igen/ |
| misc.c | 71 zalloc (long size) function 75 ERROR ("zalloc failed");
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| main.c | 237 zalloc(long size) function 241 error("zalloc failed\n"); 282 arg_ = (char*)zalloc(strlen(argv[0]) + strlen("_=") + 1);
|
| sim_calls.c | 407 zalloc(long size) function
|
| /src/external/gpl3/binutils/dist/zlib/test/ |
| example.c | 49 static alloc_func zalloc = myalloc; variable 54 static alloc_func zalloc = (alloc_func)0; variable 171 c_stream.zalloc = zalloc; 208 d_stream.zalloc = zalloc; 245 c_stream.zalloc = zalloc; 300 d_stream.zalloc = zalloc; [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/test/ |
| example.c | 72 static alloc_func zalloc = myalloc; variable 77 static alloc_func zalloc = (alloc_func)0; variable 208 c_stream.zalloc = zalloc; 247 d_stream.zalloc = zalloc; 286 c_stream.zalloc = zalloc; 343 d_stream.zalloc = zalloc; [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/test/ |
| example.c | 72 static alloc_func zalloc = myalloc; variable 77 static alloc_func zalloc = (alloc_func)0; variable 208 c_stream.zalloc = zalloc; 247 d_stream.zalloc = zalloc; 286 c_stream.zalloc = zalloc; 343 d_stream.zalloc = zalloc; [all...] |
| /src/external/gpl3/gdb/dist/zlib/test/ |
| example.c | 49 static alloc_func zalloc = myalloc; variable 54 static alloc_func zalloc = (alloc_func)0; variable 171 c_stream.zalloc = zalloc; 208 d_stream.zalloc = zalloc; 245 c_stream.zalloc = zalloc; 300 d_stream.zalloc = zalloc; [all...] |
| /src/external/bsd/zstd/dist/zlibWrapper/examples/ |
| example.c | 95 static alloc_func zalloc = myalloc; variable 100 static alloc_func zalloc = (alloc_func)0; variable 222 c_stream.zalloc = zalloc; 259 d_stream.zalloc = zalloc; 296 c_stream.zalloc = zalloc; 351 d_stream.zalloc = zalloc; [all...] |
| example_original.c | 89 static alloc_func zalloc = myalloc; variable 94 static alloc_func zalloc = (alloc_func)0; variable 219 c_stream.zalloc = zalloc; 256 d_stream.zalloc = zalloc; 294 c_stream.zalloc = zalloc; 350 d_stream.zalloc = zalloc; [all...] |
| /src/common/dist/zlib/test/ |
| example.c | 55 static alloc_func zalloc = myalloc; variable 60 static alloc_func zalloc = (alloc_func)0; variable 177 c_stream.zalloc = zalloc; 214 d_stream.zalloc = zalloc; 251 c_stream.zalloc = zalloc; 306 d_stream.zalloc = zalloc; [all...] |
| /src/sys/net/ |
| ppp-deflate.c | 71 static void *zalloc(void *, u_int items, u_int size); 129 zalloc(void *notused, u_int items, u_int size) function 167 state->strm.zalloc = zalloc; 385 state->strm.zalloc = zalloc;
|
| zlib.h | 374 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s 376 voidpf opaque; /* private data object passed to zalloc and zfree */ 388 has dropped to zero. The application must initialize zalloc, zfree and 393 parameter for calls of zalloc and zfree. This can be useful for custom 397 zalloc must return Z_NULL if there is not enough memory for the object. 398 If zlib is used in a multi-threaded application, zalloc and zfree must be 401 On 16-bit systems, the functions zalloc and zfree must be able to allocate 404 pointers returned by zalloc for objects of exactly 65536 bytes *must* 459 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 477 zalloc, zfree and opaque must be initialized before by the caller [all...] |
| /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 44 uint zalloc;
field in struct:DotZLib.ZStream
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 44 uint zalloc;
field in struct:DotZLib.ZStream
|
| /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 44 uint zalloc;
field in struct:DotZLib.ZStream
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 44 uint zalloc;
field in struct:DotZLib.ZStream
|
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 44 uint zalloc;
field in struct:DotZLib.ZStream
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| zlib.h | 96 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s 98 voidpf opaque; /* private data object passed to zalloc and zfree */ 133 has dropped to zero. The application must initialize zalloc, zfree and 138 parameter for calls of zalloc and zfree. This can be useful for custom 142 zalloc must return Z_NULL if there is not enough memory for the object. 143 If zlib is used in a multi-threaded application, zalloc and zfree must be 146 On 16-bit systems, the functions zalloc and zfree must be able to allocate 149 pointers returned by zalloc for objects of exactly 65536 bytes *must* 207 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 225 zalloc, zfree and opaque must be initialized before by the caller [all...] |
| /src/external/gpl2/diffutils/dist/src/ |
| util.c | 734 zalloc (size_t size) 724 zalloc (size_t size) function
|
| /src/external/gpl3/binutils/dist/zlib/ |
| zlib.h | 98 alloc_func zalloc; /* used to allocate the internal state */ member in struct:z_stream_s 100 voidpf opaque; /* private data object passed to zalloc and zfree */ 136 to zero. The application must initialize zalloc, zfree and opaque before 141 parameter for calls of zalloc and zfree. This can be useful for custom 145 zalloc must return Z_NULL if there is not enough memory for the object. 146 If zlib is used in a multi-threaded application, zalloc and zfree must be 147 thread safe. In that case, zlib is thread-safe. When zalloc and zfree are 151 On 16-bit systems, the functions zalloc and zfree must be able to allocate 154 returned by zalloc for objects of exactly 65536 bytes *must* have their 212 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque * [all...] |