代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/304781/13787098
cpp os.cpp
#include
#include
void main()
{
int m,n;
int i,j;
int* Avi;
Avi = new int[m];
int* Work = new int[m];
int** Max;
int** Allocation;
int** Need;
int** Req
www.eeworm.com/read/152843/5663126
c utalloc.c
/******************************************************************************
*
* Module Name: utalloc - local memory allocation routines
*
******************************************************
www.eeworm.com/read/151988/5677842
cpp eleaveonfail.cpp
// ELeaveOnFail.cpp
//
// Copyright (C) Symbian Software Ltd 2000-2005. All rights reserved.
// Example shows attempt to construct an object and specifying
// (ELeave) after the 'new' operator.
www.eeworm.com/read/146119/5739716
sgml memory.sgml
Memory
Memory allocation and debugging functions.
This set of
www.eeworm.com/read/136812/5859570
h param.h
/* @(#)param.h 1.1 92/07/30 Copyr 1987 Sun Micro */
/* Copyright (C) 1987. Sun Microsystems, Inc. */
/*
* This source code is a product of Sun Microsystems, Inc. and is provided
* for unrestricted u
www.eeworm.com/read/136812/5859590
h param.h
/* @(#)param.h 1.1 92/07/30 Copyr 1987 Sun Micro */
/* Copyright (C) 1987. Sun Microsystems, Inc. */
/*
* This source code is a product of Sun Microsystems, Inc. and is provided
* for unrestricted u
www.eeworm.com/read/130382/5957692
h pgpmemorymgr.h
/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
Contains the definitio
www.eeworm.com/read/130382/5958175
h pgpmemorymgr.h
/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
Contains the definitio
www.eeworm.com/read/128026/5992990
c dynamic.c
# include
# include
# define NUM 10
int main()
{
char *str[NUM]; /* 定义一个字符性的指针数组 */
int t;
/* 为数组中的每个指针分配内存 */
for(t=0; t
www.eeworm.com/read/121089/6069778
inc array.inc
;***
; array.inc - 12-Nov-86 - far memory and array descriptors
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; Contains the definition of the array and far heap descriptors.
;
;