代码搜索:malloc

找到约 10,000 项符合「malloc」的源代码

代码结果 10,000
www.eeworm.com/read/167185/5464780

c spmalloc.c

/********************************************/ /** NIST Speech Header Resources (SPHERE) **/ /** Release 1.7 (beta) **/ /** Stan Janet (stan@jaguar.ncsl.nist.gov) **/ /** June 199
www.eeworm.com/read/167185/5464803

c spmalloc.c

/********************************************/ /** NIST Speech Header Resources (SPHERE) **/ /** Release 1.5 (beta) **/ /** Stan Janet (stan@jaguar.ncsl.nist.gov) **/ /** October
www.eeworm.com/read/167185/5464921

c sptemp.c

/* LINTLIBRARY */ #include #include #include #include #define SPHERE_LIBRARY_CODE #include char * sptemp(char *file) { int len; c
www.eeworm.com/read/162614/5517094

c sse-12.c

/* Test that {,x,e,p}mmintrin.h and mm_malloc.h are usable with -std=c89 -pedantic-errors. */ /* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { dg-options "-std=c89 -pedantic-errors -mss
www.eeworm.com/read/162614/5518719

c i386-2.c

/* Test that {,x,e,p}mmintrin.h and mm_malloc.h are usable with -pedantic-errors. */ /* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { dg-options "-pedantic-errors -msse3" } */ #include
www.eeworm.com/read/162614/5520053

c warn01.c

// { dg-do assemble } // { dg-options "-W -Wall" } typedef unsigned long size_t; extern void* malloc (size_t); extern void free (void*); extern void* realloc (void*, size_t); struct vtable { void
www.eeworm.com/read/162614/5528048

c 20060208-1.c

/* PR middle-end/26092 */ typedef __SIZE_TYPE__ size_t; extern void *malloc (size_t); void *(*const foo) (size_t) = malloc; void *test (void) { return (*foo) (3); }
www.eeworm.com/read/161438/5554074

c heapwalk.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; struct heapinfo node = { NULL, 0, 0}; buffer1 = malloc(100); buffer2 = malloc(200);
www.eeworm.com/read/160303/5574895

c vmalloc.c

#include #include "slab_fake.h" struct cache_sizes { size_t cs_size; void *cs_cachep; void *cs_dmacachep; }; struct cache_sizes malloc_sizes[] = { #define CACHE(x) { .cs_size = (x) }
www.eeworm.com/read/475955/6770947

c heapwalk.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; struct heapinfo node = { NULL, 0, 0}; buffer1 = malloc(100); buffer2 = malloc(200);