代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/268597/11131210

c malloc.c

/* * malloc.c --- a general purpose kernel memory allocator for Linux. * * Written by Theodore Ts'o (tytso@mit.edu), 11/29/91 * * This routine is written to be as fast as possible, so that it *
www.eeworm.com/read/412949/11173691

opt malloc.opt

www.eeworm.com/read/412949/11173693

ncb malloc.ncb

www.eeworm.com/read/412949/11173696

plg malloc.plg

Build Log --------------------Configuration: malloc - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\LU841B
www.eeworm.com/read/412949/11173700

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/412949/11173703

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/147710/12535357

c malloc.c

/* * malloc.c --- a general purpose kernel memory allocator for Linux. * * Written by Theodore Ts'o (tytso@mit.edu), 11/29/91 * * This routine is written to be as fast as possible, so that it *
www.eeworm.com/read/248697/12545739

h malloc.h

/* -*- Mode: C; tab-width:4 -*- */ /* ex: set ts=4: */ /* * Copyright (c) 2003 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary f
www.eeworm.com/read/248697/12545882

c malloc.c

/****************************************************************************** NAME: DoubleLinkPool DESCRIPTION: An implementation in C of a heap memory controller using a
www.eeworm.com/read/147410/12553880

c malloc.c

#include #include void main(void) { char *string; int *int_values; float *float_values; if ((string = (char *) malloc(50))) printf("Successfully alloc