代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/131716/14132226

c my_malloc.c

#include #include "my_malloc.h" static Header base; /* empty list to get started */ static Header *free_list = NULL; /* start of free list */ /* Malloc: general-purpose storage allocat
www.eeworm.com/read/129726/14231307

c malloc2.c

#include #include #include void main() { int gd=0,gm; int i; unsigned size; void *imagebuf; initgraph(&gd,&gm,""); for (i=0;i
www.eeworm.com/read/227427/14425617

h malloc_funcs.h

/* * Function prototypes for the malloc user level routines. * * Copyright 2000 by Gray Watson * * This file is part of the dmalloc package. * * Permission to use, copy, modify, and distribute
www.eeworm.com/read/125223/14505586

c tst_malloc.c

#include #include /* for printf */ void tst_malloc (void) { unsigned char xdata *p; p = malloc (1000); /* allocate 1000 bytes */ i
www.eeworm.com/read/124842/14534033

c malloc4.c

/************************************************************************** File: malloc4.c 2,3,4 dimensional memory allocators. written by Xavier Bouyssounouse ***********************
www.eeworm.com/read/124842/14534036

rea malloc~1.rea

########################################################### Information on file: malloc4.c Written by Xavier Bouyssounouse. ########################################################### Routines in
www.eeworm.com/read/124842/14534038

h malloc4.h

/******************************************* Header file for malloc4 *******************************************/ #ifndef _MALLOC4_H_ #define _MALLOC4_H_ #if __STDC__ || defined(__cplusplus)
www.eeworm.com/read/124842/14534081

c malloc4.c

/************************************************************************** File: malloc4.c 2,3,4 dimensional memory allocators. written by Xavier Bouyssounouse ***********************
www.eeworm.com/read/124842/14534083

h malloc4.h

/******************************************* Header file for malloc4 *******************************************/ #ifndef _MALLOC4_H_ #define _MALLOC4_H_ #if __STDC__ || defined(__cplusplus)
www.eeworm.com/read/222350/14695568

c debug_malloc.c

/* Copyright (C) 1999, 2000, 2001, 2002, Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ