代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/374581/2749692
c alloc_sb.c
/* vi: set sw=4 ts=4: */
/*
* alloc_sb.c --- Allocate the superblock and block group descriptors for a
* newly initialized filesystem. Used by mke2fs when initializing a filesystem
*
* Copyright
www.eeworm.com/read/374581/2749713
c alloc_tables.c
/* vi: set sw=4 ts=4: */
/*
* alloc_tables.c --- Allocate tables for a newly initialized
* filesystem. Used by mke2fs when initializing a filesystem
*
* Copyright (C) 1996 Theodore Ts'o.
*
* %B
www.eeworm.com/read/369339/2801537
s alloc3.s
.globl flag
.globl b1, w1, u1, b1s, b1e
/ here to allocate a new block
/
/
/ mov ...,r0
/ jsr pc,allocate
/ mov r1,...
/
/ requested size in bytes in r0
/ pointer to header of allocated block returned
www.eeworm.com/read/369339/2801541
s alloc1.s
.globl plausible
.globl lookchar
.globl wc
.globl seekchar
.globl putchar
.globl allocate
.globl release
.globl stats
.globl w,r,a,l
.globl bufchar
.globl copy
.globl getbuf
.globl swap
.globl fixct
/
www.eeworm.com/read/369339/2801546
s alloc2.s
/
/ routine to read from disc to a buffer
/ wcing the buffer if necessary
/ mov disc addr,r0
/ mov buffer addr,r2
/ jsr pc,getb
/ on return r0 = addr of byte in buffer
/
getb:
mov r3,-(sp)
mov r1,-(
www.eeworm.com/read/357352/3016302
c alloc_stats.c
/* vi: set sw=4 ts=4: */
/*
* alloc_stats.c --- Update allocation statistics for ext2fs
*
* Copyright (C) 2001 Theodore Ts'o.
*
* %Begin-Header%
* This file may be redistributed under the terms
www.eeworm.com/read/357352/3016316
c alloc_sb.c
/* vi: set sw=4 ts=4: */
/*
* alloc_sb.c --- Allocate the superblock and block group descriptors for a
* newly initialized filesystem. Used by mke2fs when initializing a filesystem
*
* Copyright
www.eeworm.com/read/357352/3016337
c alloc_tables.c
/* vi: set sw=4 ts=4: */
/*
* alloc_tables.c --- Allocate tables for a newly initialized
* filesystem. Used by mke2fs when initializing a filesystem
*
* Copyright (C) 1996 Theodore Ts'o.
*
* %B
www.eeworm.com/read/355285/3054753
c cap_alloc.c
/*
* $Id: cap_alloc.c,v 1.2 2003/05/15 00:49:13 castaglia Exp $
*
* Copyright (c) 1997-8 Andrew G Morgan
*
* See end of file for Log.
*
* This file deals with allocati
www.eeworm.com/read/351636/3101823
cxx alloc-instances.cxx
#include
#if defined(VCL_SGI_CC) && VCL_USE_NATIVE_STL
#include
template class std::__default_alloc_template;
template class std::__malloc_alloc_template;
#e