代码搜索:Allocation

找到约 5,034 项符合「Allocation」的源代码

代码结果 5,034
www.eeworm.com/read/385649/2587116

h alignedchunk.h

/* -*- C++ -*- */ #ifndef _ALIGNEDCHUNK_H_ #define _ALIGNEDCHUNK_H_ /* Heap Layers: An Extensible Memory Allocation Infrastructure Copyright (C) 2000-2003 by Emery Berger http://www.cs.uma
www.eeworm.com/read/385462/2588836

py 15_create_smallmem_pos.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Dan Smith from XmTestLib import * # Create a domain with the minimum memory allocation MEM
www.eeworm.com/read/376060/2715948

svn-base importing-c++-classes.txt.svn-base

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/376060/2715957

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/375736/2720672

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/366848/2860208

cpp coord.cpp

#include #include #include "coord.h" // error handling int mgcCoordinate::verbose = 0; unsigned mgcCoordinate::error = 0; const unsigned mgcCoordinate::allocation_failed
www.eeworm.com/read/366702/2865913

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/366702/2881086

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/366702/2882515

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/364212/2907659

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. */