代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/243567/4525409
h pgalloc.h
/*
* linux/include/asm-arm/proc-armv/pgalloc.h
*
* Copyright (C) 2001 Russell King
*
* Page table allocation/freeing primitives for 32-bit ARM processors.
*/
/* unfortunately, this includes l
www.eeworm.com/read/243567/4525509
h pgalloc.h
/*
* linux/include/asm-arm/proc-armo/pgalloc.h
*
* Copyright (C) 2001 Russell King
*
* Page table allocation/freeing primitives for 26-bit ARM processors.
*/
/* unfortunately, this includes l
www.eeworm.com/read/242732/4538298
c alloc.c
/* $OpenBSD: alloc.c,v 1.9 2004/05/04 20:28:40 deraadt Exp $ */
/* Memory allocation... */
/*
* Copyright (c) 1995, 1996, 1998 The Internet Software Consortium.
* All rights reserved.
*
www.eeworm.com/read/240162/4582804
c 900519_09.c
// { dg-do assemble }
// g++ 1.37.1 bug 900519_09
// g++ allows the allocation of const objects via operator new even when
// these uses of operator new do not include initializations.
// This is i
www.eeworm.com/read/239230/4605043
c dev.c
/* vi: set sw=4 ts=4: */
/*
* dev.c - allocation/initialization/free routines for dev
*
* Copyright (C) 2001 Andreas Dilger
* Copyright (C) 2003 Theodore Ts'o
*
* %Begin-Header%
* This file may
www.eeworm.com/read/234134/4661096
asm brk.asm
page ,132
title brk - C system call for memory
;***
;brk.asm - DOS brk and sbrk memory allocation
;
; Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
;
;Purpose:
; defi
www.eeworm.com/read/233448/4675622
c 900519_09.c
// { dg-do assemble }
// g++ 1.37.1 bug 900519_09
// g++ allows the allocation of const objects via operator new even when
// these uses of operator new do not include initializations.
// This is i
www.eeworm.com/read/230932/4718942
c dev.c
/* vi: set sw=4 ts=4: */
/*
* dev.c - allocation/initialization/free routines for dev
*
* Copyright (C) 2001 Andreas Dilger
* Copyright (C) 2003 Theodore Ts'o
*
* %Begin-Header%
* This file may
www.eeworm.com/read/229812/4750990
gml seealloc.gml
.* ALLOCATION FAMILY
.if &farfnc eq 0 .do begin
.seelist &*1 calloc
.seelist &*1 free
.seelist &*1 malloc
.seelist &*1 realloc
.seelist &*1 sbrk
.seelist &*1 _smalloc
.do end
.el .do begin
.
www.eeworm.com/read/229812/4751960
gml sstr_ct2.gml
These forms of the &fn. create an initialized &obj.:PERIOD.
Dynamic allocation is not used. The buffer is specified by the
:ARG.str
and
:ARG.len
parameters. If the
:MONO.ios::append
or
:MONO.i