代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/130382/5958179
c pgpmemorymgr.c
/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
$Id: pgpMemoryMgr.c,v 1
www.eeworm.com/read/130382/5958187
c pgpmemorymgrwin32.c
/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
Win32-specific function
www.eeworm.com/read/128157/5992409
h typetable.h
#ifndef TYPETABLE_H
#define TYPETABLE_H
/*====================================================================
Copyright 1996, 1997, 2004 Ian Kaplan, Bear Products International,
www.bearcave.co
www.eeworm.com/read/126411/6017553
s x386-alloca.s
;; alloca386.s 1.2
;; GNU-compatible stack allocation function for Xenix/386.
;; Written by Chip Salzenberg at ComDev.
;; Last modified 90/01/11
;;> Is your alloca clearly better than the one in i386-
www.eeworm.com/read/126411/6017626
s x386-alloca.s
;; alloca386.s 1.2
;; GNU-compatible stack allocation function for Xenix/386.
;; Written by Chip Salzenberg at ComDev.
;; Last modified 90/01/11
;;> Is your alloca clearly better than the one in i386-
www.eeworm.com/read/121089/6070713
err c23.err
/* fatals */
1001 "Internal Compiler Error\n\t\t(compiler file '%s', line %d)\n\t\tContact Microsoft Product Support Services"
1002 "compiler is out of heap space in Pass 2"
1003 "error cou
www.eeworm.com/read/118604/6097426
java layeridecoder.java
/*
* 12/12/99 Initial version. Adapted from javalayer.java
* and Subband*.java. mdm@techie.com
*
* 02/28/99 Initial version : javalayer.java by E.B
*-----------------------------------------
www.eeworm.com/read/110972/6160843
c util.c
#include "all.h"
#include "util.h"
#include
#define MAXINT 32767.
Float *NewFloat (int N) {
/* Allocate array of N Floats */
Float *temp;
temp = (Float *) malloc
www.eeworm.com/read/110972/6163294
c util.c
/*
* FAAC - Freeware Advanced Audio Coder
* Copyright (C) 2001 Menno Bakker
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/110972/6163333
c gpkplotting.c
#ifdef HAVEGTK
#include "gpkplotting.h"
#include "string.h"
static gint num_plotwindows = 0;
static gint max_plotwindows = 10;
static GdkPixmap *pixmaps[10];
static GtkWidget *pixmapboxes[10];