代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/136571/5870940
h alloc_2.h
//
// alloc_2.h
//
// 该文件为比特分配表2
//
static int sblim_2 = 8;
static unsigned int alloc_2_size = 80;
static unsigned int alloc_2[80][6] = {
{0, 0, 0, 4, 0, 0},
{0, 1, 3, 5, 1, 0},
{0, 2,
www.eeworm.com/read/136571/5870945
h alloc_1.h
//
// alloc_1.h
//
// 该文件为比特分配表1
//
static int sblim_1 = 30;
static unsigned int alloc_1_size = 300;
static unsigned int alloc_1[300][6] = {
{0, 0, 0, 4, 0, 0},
{0, 1, 3, 5, 1, 0},
{0,
www.eeworm.com/read/136571/5870951
h alloc_0.h
//
// alloc_0.h
//
// 该文件为比特分配表0
//
static int sblim_0 = 27;
static unsigned int alloc_0_size = 288;
static unsigned int alloc_0[288][6] = {
{0, 0, 0, 4, 0, 0},
{0, 1, 3, 5, 1, 0},
{0
www.eeworm.com/read/136072/5874896
c heap_alloc.c
/*
* libc/stdlib/malloc/heap_alloc.c -- allocate memory from a heap
*
* Copyright (C) 2002 NEC Corporation
* Copyright (C) 2002 Miles Bader
*
* This file is subject to the te
www.eeworm.com/read/136072/5874900
c heap_alloc_at.c
/*
* libc/stdlib/malloc/heap_alloc_at.c -- allocate at a specific address
*
* Copyright (C) 2002 NEC Corporation
* Copyright (C) 2002 Miles Bader
*
* This file is subject to
www.eeworm.com/read/135153/5889529
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 dynamic entries
0001xxxx-7fffxxxx
www.eeworm.com/read/131315/5932056
c lfs_alloc.c
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/131315/5932091
c ffs_alloc.c
/*
* Copyright (c) 1982, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modificatio
www.eeworm.com/read/131315/5936630
c local-alloc.c
/* Allocate registers within a basic block, for GNU compiler.
Copyright (C) 1987, 1988, 1991 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistrib
www.eeworm.com/read/127781/6000043
ver page_alloc.ver
#if defined(__module__i586_up)
#define __ver_zone_table _ver_str(4b76a6ed)
#define zone_table _set_ver(zone_table)
#elif defined(__module__i586_smp)
#define __ver_zone_table _ver_str(2bd46eb9)
#defi