代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/346994/11706307
c free.c
/* Using free() to release allocated dynamic memory. */
#include
#include
#include
#define BLOCKSIZE 3000000
int main( void )
{
void *ptr1, *ptr2;
www.eeworm.com/read/156908/11753741
c mralloc.c
/*
* MIRACL memory allocation routines
* mralloc.c
*
* Copyright (c) 1988-1997 Shamus Software Ltd.
*
* MIRACL C Memory allocation/deallocation
* Can be replaced with special
www.eeworm.com/read/154897/11920124
c dw_bullet.c
/*
* File: dw_bullet.c
*
* Copyright (C) 1997 Raph Levien
* Copyright (C) 1999 Luca Rota
* Copyright (C) 2001-2003 Sebastian Geerken
www.eeworm.com/read/256508/11993630
c nrutil.c
/* CAUTION: This is the traditional K&R C (only) version of the Numerical
Recipes utility file nrutil.c. Do not confuse this file with the
same-named file nrutil.c that is supplied in the 'misc
www.eeworm.com/read/153766/12008283
cpp main1.cpp
#include
#include
#include "gc.h"
using namespace std;
int main() {
GCPtr p;
try {
p = new int;
} catch(bad_alloc exc) {
cout
www.eeworm.com/read/342589/12011020
h gdiplusmem.h
/**************************************************************************\
*
* Copyright (c) 1998-2001, Microsoft Corp. All Rights Reserved.
*
* Module Name:
*
* GdiplusMem.h
*
* Abstract
www.eeworm.com/read/340608/12144125
cpp new_sofp.cpp
/*****************************************************************************/
/* new_sofp v2.54 */
/* Copyright (c) 1996-2004 Texas Instr
www.eeworm.com/read/340608/12144249
cpp new_af.cpp
/*****************************************************************************/
/* new_af v2.54 */
/* Copyright (c) 1996-2004 Texas Instr
www.eeworm.com/read/253763/12200832
h mp_dbg.h
/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
mp_dbg.h
Abstract:
Debug definitions and macros
Revision History:
Who When What
-------- -
www.eeworm.com/read/252304/12286798
c pj_malloc.c
/* allocate and deallocate memory */
#ifndef lint
static const char SCCSID[]="@(#)pj_malloc.c 4.3 93/06/12 GIE REL";
#endif
/* These routines are used so that applications can readily replace
** pro