代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/124347/6053173
c dlmalloc.c
/*
* To do:
* - strdup? maybe shouldn't bother yet, it seems difficult to get includes
* right using dlmalloc.h
* - add STD_C prototyping
* - adhere to comment conventions
* - maybe fix
www.eeworm.com/read/121089/6070562
c zalloc.c
/*** zalloc - hoookable ztools allocator
*
* Modifications
* 15-Dec-1988 mz Created
*/
#include
char * (*tools_alloc) (unsigned) = (char * (*)(unsigned))malloc;
www.eeworm.com/read/120251/6077165
h fileutils.h
/***************************************************************************
* *
* This program is free software; you can re
www.eeworm.com/read/119864/6082013
makefile
TESTDIR=../
include $(TESTDIR)/Rules.mak
TARGETS=malloc
all: $(TARGETS)
malloc: malloc.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
-@ echo "-------"
-@ echo " "
-@ echo "Compiling vs
www.eeworm.com/read/116006/6115009
cxx new.cxx
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/113717/6126231
c gsm_create.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/113536/6128109
c zalloc.c
/*** zalloc - hoookable ztools allocator
*
* Modifications
* 15-Dec-1988 mz Created
*/
#include
char * (*tools_alloc) (unsigned) = (char * (*)(unsigned))malloc;
www.eeworm.com/read/113165/6139179
h fileutils.h
/***************************************************************************
* *
* This program is free software; you can re
www.eeworm.com/read/112303/6145830
c gsm_create.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/112192/6148277
c gsm_create.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.