代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/235024/14088406
opt malloc.opt
www.eeworm.com/read/235024/14088407
ncb malloc.ncb
www.eeworm.com/read/235024/14088410
plg malloc.plg
Build Log
--------------------Configuration: malloc - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\LU841B
www.eeworm.com/read/235024/14088414
dsp malloc.dsp
# Microsoft Developer Studio Project File - Name="malloc" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/235024/14088417
dsw malloc.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/132413/14090100
h malloc.h
/* malloc.h: This file is referenced by the preprocessor directive
#include . You should either (i) copy this file to the
appropriate directory so that it can be found, or (ii) rep
www.eeworm.com/read/205013/15330162
test malloc.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/204914/15331569
c malloc.c
#include
#include
void main(void)
{
char *string;
int *int_values;
float *float_values;
if ((string = (char *) malloc(50)))
printf("Successfully alloc