代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/266123/11239522
h mem.h
/** mem.h
**
** Original Author: Kasper Verdich Lund
** Date: 10.26.99
www.eeworm.com/read/249541/12489383
h scratchmem.h
/* /////////////////////////////////////////////////////////////////////////////
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a
www.eeworm.com/read/146696/12617743
c ch5_7.c
void crt_bt_pre(JD *bt)
{ char ch;
printf("ch=");
scanf("%c",&ch);
getchar();
if(ch=='') bt=NULL;
else
{ bt=(JD *)malloc(sizeof(JD));
bt->data=ch;
crt_bt_p
www.eeworm.com/read/205038/15327971
c lfo-test.c
/*
* This file is part of TISEAN
*
* Copyright (c) 1998-2007 Rainer Hegger, Holger Kantz, Thomas Schreiber
*
* TISEAN is free software; you can redistribute it and/or modify
* it under t
www.eeworm.com/read/204429/15339846
c newtella.c
/*-*-linux-c-*-*/
/*
* gnewtellium - Newtella for Unix
* Copyright (C) 2001 Elias Athanasopoulos
*
* This program is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/113613/15452314
c xmalloc.c
/* xmalloc.c -- malloc with out of memory checking
Copyright (C) 1990-1999, 2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it un
www.eeworm.com/read/113031/15471973
c llist_test.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/106611/15632729
cpp scstring.cpp
#include "afxwin.h"
#include "EMBSQL.h"
//
// Allocate a string object in shared memory
void *SCString::operator new(size_t size)
{
return shared_malloc(size);
}
//
// Deallocate a strin
www.eeworm.com/read/103138/15744035
cpp main.cpp
/********************************************************************************
Warcraft 3 Viewer - Utility to view models and textures from Warcraft 3
Copyright (C) 2002 David GRIMBICH