代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/253612/12209302

cpp commands.cpp

#include #include #include #include #include using namespace std; #include "shell.h" #include "commands.h" extern char chr_Prompt0[MAX_ENVIRONME
www.eeworm.com/read/150547/12286714

c rdfload.c

/* rdfload.c RDOFF Object File loader library * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is * redistributable under the l
www.eeworm.com/read/252304/12286760

c vector1.c

/* make storage for one and two dimensional matricies */ #ifndef lint static const char SCCSID[]="@(#)vector1.c 4.4 94/03/22 GIE REL"; #endif #include #include void * /* one d
www.eeworm.com/read/252193/12294829

c 6-4.c

#include /* Support all standards */ #include /* malloc support */ #include /* Memory locking functions */ #define BUFFER 2048 void ma
www.eeworm.com/read/252180/12295330

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 README fi
www.eeworm.com/read/252157/12297196

c board.c

/* * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH * Marius Groeger * * See file CREDITS for list of people who contributed to this * project. * * T
www.eeworm.com/read/250662/12393173

c a_client.c

/* ** A program that uses the less error-prone memory allocator. */ #include "alloc.h" void function() { int *new_memory; /* ** Get space for a bunch of integers */ new_memory = MA
www.eeworm.com/read/337000/12402838

c single.c

#include "stdio.h" #include "stdlib.h" #include "mpi.h" #include "math.h" #include "string.h" #define E 0.0001 #define intsize sizeof(int) #define floatsize sizeof(float) #define A(x,y) A[x*col+y] #de
www.eeworm.com/read/250350/12412423

h lmem.h

/* ** $Id: lmem.h,v 1.16 2000/10/30 16:29:59 roberto Exp $ ** Interface to Memory Manager ** See Copyright Notice in lua.h */ #ifndef lmem_h #define lmem_h #include #include "llimits.h"
www.eeworm.com/read/336620/12428579

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 README fi