代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/216499/4892983
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/216499/4892988
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/215896/4900462
h corsa_alloc.h
/************************************************************************
* CorsaAllocator is used to allocate memory for events. Since a
* simple memory management scheme is adopted where each mem
www.eeworm.com/read/209559/4973676
txt inode-alloc.txt
Current inode allocations in the proc-fs (hex-numbers):
00000000 reserved
00000001-00000fff static entries (goners)
001 root-ino
00001000-00001fff unused
0001xxxx-7fffxxxx pid-dir e
www.eeworm.com/read/209559/4973943
h xfs_alloc.h
/*
* Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU Gene
www.eeworm.com/read/209559/4974059
c xfs_alloc.c
/*
* Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU Gene
www.eeworm.com/read/209211/4986601
c s_alloc.c
#include
#include
#include "String.h"
#define STRLEN 128
extern void
s_free(String *sp)
{
if (sp == nil)
return;
lock(sp);
if(--(sp->ref) != 0){
unlock(sp);
return;
}
unloc
www.eeworm.com/read/205207/5025118
h stack_alloc.h
/* Copyright (C) 2002 Jean-Marc Valin
File: stack_alloc.h
Temporary memory allocation on stack
Redistribution and use in source and binary forms, with or without
modification,
www.eeworm.com/read/205207/5025340
h stack_alloc.h
/* Copyright (C) 2002 Jean-Marc Valin
File: stack_alloc.h
Temporary memory allocation on stack
Redistribution and use in source and binary forms, with or without
modification,
www.eeworm.com/read/202805/5045224
h stack_alloc.h
/* Copyright (C) 2002 Jean-Marc Valin */
/**
@file stack_alloc.h
@brief Temporary memory allocation on stack
*/
/*
Redistribution and use in source and binary forms, with or without