代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/131315/5938751

h sysdep-sco.h

/* System-dependent stuff, for SCO systems */ #include #ifdef __GNUC__ #define alloca __builtin_alloca #endif #include #include #include #includ
www.eeworm.com/read/131315/5939324

h sysdep-sco.h

/* System-dependent stuff, for SCO systems */ #include #ifdef __GNUC__ #define alloca __builtin_alloca #endif #include #include #include #includ
www.eeworm.com/read/130382/5959177

c jmemnobs.c

/* * jmemnobs.c * * Copyright (C) 1992-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/129875/5968929

c jmemnobs.c

/* * jmemnobs.c * * Copyright (C) 1992-1994, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/126641/6014756

c p12_crt.c

/* p12_crt.c */ /* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL * project 1999. */ /* ==================================================================== * Copyright (c) 19
www.eeworm.com/read/125688/6024018

c vm_zone.c

/* * Copyright (c) 1997, 1998 John S. Dyson * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following
www.eeworm.com/read/125318/6031470

c 单链表2.c

#include #include struct node{ int key; struct node *next; }; void creat_link(struct node *); main() { struct node *head=NULL; creat_li
www.eeworm.com/read/124347/6051544

c mallocr.c

#include #ifdef DEFINE_MALLOC _PTR _malloc_r (struct _reent *r, size_t sz) { return malloc (sz); } #endif #ifdef DEFINE_CALLOC _PTR _calloc_r (struct _reent *r, size_t a, size_t b) {
www.eeworm.com/read/124347/6052076

am makefile.am

## Process this file with automake to generate Makefile.in AUTOMAKE_OPTIONS = cygnus INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) GENERAL_SOURCES = \ __adjust.c \ __exp10.c \ _
www.eeworm.com/read/123865/6057021

c jmemnobs.c

/* * jmemnobs.c * * Copyright (C) 1992-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READ