代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/247605/4477093
c pngmem.c
/* pngmem.c - stub functions for memory allocation
*
* libpng 1.2.5 - October 3, 2002
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2002 Glenn Rande
www.eeworm.com/read/242667/4546308
c waterfill.c
#include
#include
#include "receiver.h"
/* function which computes the bit allocation from the channel estimation.
The function uses the so called waterfilling algorithm. */
www.eeworm.com/read/242667/4546343
c waterfill.c
#include
#include
#include "receiver.h"
/* function which computes the bit allocation from the channel estimation.
The function uses the so called waterfilling algorithm. */
www.eeworm.com/read/242667/4546406
c waterfill.c
#include
#include
#include "receiver.h"
/* function which computes the bit allocation from the channel estimation.
The function uses the so called waterfilling algorithm. */
www.eeworm.com/read/242082/4556204
asm galloc.asm
;*
;* COW : Character Oriented Windows
;*
;* galloc.asm : global memory allocation
TITLE GALLOC - Global memory allocator
.xlist
include kernel.inc
include galloc.inc
include pbi.inc
www.eeworm.com/read/234134/4661011
asm galloc.asm
;*
;* COW : Character Oriented Windows
;*
;* galloc.asm : global memory allocation
TITLE GALLOC - Global memory allocator
.xlist
include kernel.inc
include galloc.inc
include pbi.inc
www.eeworm.com/read/233448/4671141
c new2.c
// { dg-do compile }
// Reject [de-]allocation functions declared in a namespace, or
// declared as static.
namespace A {
void* operator new(__SIZE_TYPE__ s, int* p); // { dg-error "namespace" }
www.eeworm.com/read/233448/4684026
c builtins-13.c
/* Copyright (C) 2003 Free Software Foundation.
Verify that the malloc-like __builtin_ allocation functions are
correctly aliased by the compiler.
Written by Roger Sayle, 12th April 2003.
www.eeworm.com/read/233448/4685189
c builtins-12.c
/* Copyright (C) 2003 Free Software Foundation.
Verify that all the malloc-like __builtin_ allocation functions are
recognized by the compiler.
Written by Roger Sayle, 12th April 2003. */
www.eeworm.com/read/233448/4689310
java outofmemoryerror.java
/* OutOfMemoryError.java -- thrown when a memory allocation fails
Copyright (C) 1998, 1999, 2001, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is f