代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/305566/3771796
readme
This is the portable cwp library. It needs only cwp.h to compile.
Among other things it contains:
prime factor fft routines
allocation of multi-dimensional arrays
complex number manipulation
big
www.eeworm.com/read/305566/3772111
readme
This is the portable cwp library. It needs only cwp.h to compile.
Among other things it contains:
prime factor fft routines
allocation of multi-dimensional arrays
complex number manipulation
big
www.eeworm.com/read/305566/3773094
readme
This is the portable cwp library. It needs only cwp.h to compile.
Among other things it contains:
prime factor fft routines
allocation of multi-dimensional arrays
complex number manipulation
big
www.eeworm.com/read/304657/3791855
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
www.eeworm.com/read/303435/3811717
readme
This is the portable cwp library. It needs only cwp.h to compile.
Among other things it contains:
prime factor fft routines
allocation of multi-dimensional arrays
complex number manipulation
big
www.eeworm.com/read/298155/3874783
dat funtc96b.dat
#include
#include
int main(void)
{
char *ptr;
printf("Changing allocation with brk()
");
ptr = malloc(1);
printf("Before brk() call: %lu bytes free
", corele
www.eeworm.com/read/292705/3948616
c bitmap.c
/*
* linux/fs/affs/bitmap.c
*
* (c) 1996 Hans-Joachim Widmaier
*
* bitmap.c contains the code that handles all bitmap related stuff -
* block allocation, deallocation, calculation of free sp
www.eeworm.com/read/292705/3948889
c fifo.c
/*
* linux/fs/fifo.c
*
* written by Paul H. Hargrove
*
* Fixes:
* 10-06-1999, AV: fixed OOM handling in fifo_open(), moved
* initialization there, switched to external
* allocation of p
www.eeworm.com/read/286192/4042198
txt importing-c++-classes.txt
Any shared library that wishes to export C++ classes to UC
must be relinked with the ucstub.cpp file. This redefines operator
new and delete, so that both UC and the DLL use the same allocation
str
www.eeworm.com/read/273665/4200506
h talloc.h
#ifndef _TALLOC_H_
#define _TALLOC_H_
/*
Unix SMB/CIFS implementation.
Samba temporary memory allocation functions
Copyright (C) Andrew Tridgell 2004-2005
** NOTE! The following LG