代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/387630/2558119
h xmlmemory.h
/*
* xmlmemory.h: interface for the memory allocation debug.
*
* daniel@veillard.com
*/
#ifndef _DEBUG_MEMORY_ALLOC_
#define _DEBUG_MEMORY_ALLOC_
#include
#if defined(WIN32) && define
www.eeworm.com/read/387630/2558130
h xmlmemory.h
/*
* xmlmemory.h: interface for the memory allocation debug.
*
* daniel@veillard.com
*/
#ifndef _DEBUG_MEMORY_ALLOC_
#define _DEBUG_MEMORY_ALLOC_
#include
#if defined(WIN32) && define
www.eeworm.com/read/380668/2654339
java xrefcharbuffer.java
package com.xrefactory.jedit;
import java.io.*;
import javax.swing.*;
public class XrefCharBuffer {
static final int ALLOCATION_UNIT_SIZE = 4096;
public char[] buf;
public int buflen;
public
www.eeworm.com/read/375613/2723250
compile fp.compile
#!/bin/sh
# Author: Kees J. Bot
# Compile one soft FP source file.
# (These files shouldn't be optimized normally, but the 16-bit C compiler
# only optimizes scratch register allocation a bit wi
www.eeworm.com/read/375613/2723305
compile fp.compile
#!/bin/sh
# Author: Kees J. Bot
# Compile one soft FP source file.
# (These files shouldn't be optimized normally, but the 16-bit C compiler
# only optimizes scratch register allocation a bit wi
www.eeworm.com/read/366702/2877122
f90 shift-alloc.f90
! { dg-do run }
! PR 22144: eoshift1, eoshift3 and cshift1 used to lack memory
! allocation, which caused the writes to segfault.
program main
implicit none
integer, dimension (:,:),allocatable ::
www.eeworm.com/read/258893/4350758
c tlmisc.c
//: TreeList memory allocation and miscellaneous routines
//
// $Id: TLMisc.c,v 1.15 1998/08/13 23:18:59 pbj Exp $
//
#include "TLintern.h"
#include
#include
//-----
www.eeworm.com/read/252498/4403916
h xmlmemory.h
/*
* xmlmemory.h: interface for the memory allocation debug.
*
* Daniel.Veillard@w3.org
*/
#ifndef _DEBUG_MEMORY_ALLOC_
#define _DEBUG_MEMORY_ALLOC_
#include
#include
www.eeworm.com/read/415809/11052150
c vmalloc.c
/*
* vivi/lib/vmalloc.c: simple dynamic memory allocation routine
*
*/
#include
#include
#include
#include
typedef long Align; /* for alignment to long
www.eeworm.com/read/100266/15879245
c unode.c
/* unode.c: Allocation and general routines dealing with user nodes */
#include "vt.h"
static int id = 0; /* Used to assign unique IDs */
static Unode recycle_ring; /* Re-use discarded unodes