代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/179911/5298569
h pgalloc-3level.h
#ifndef _I386_PGALLOC_3LEVEL_H
#define _I386_PGALLOC_3LEVEL_H
/*
* Intel Physical Address Extension (PAE) Mode - three-level page
* tables on PPro+ CPUs. Page-table allocation routines.
*
* Copyr
www.eeworm.com/read/179911/5299405
h pgalloc-2level.h
#ifndef __ASM_SH_PGALLOC_2LEVEL_H
#define __ASM_SH_PGALLOC_2LEVEL_H
/*
* traditional two-level paging, page table allocation routines:
*/
static __inline__ pmd_t *get_pmd_fast(void)
{
return (pmd
www.eeworm.com/read/350097/3133459
h pgalloc-3level.h
#ifndef _I386_PGALLOC_3LEVEL_H
#define _I386_PGALLOC_3LEVEL_H
/*
* Intel Physical Address Extension (PAE) Mode - three-level page
* tables on PPro+ CPUs. Page-table allocation routines.
*
* Copyr
www.eeworm.com/read/350097/3134295
h pgalloc-2level.h
#ifndef __ASM_SH_PGALLOC_2LEVEL_H
#define __ASM_SH_PGALLOC_2LEVEL_H
/*
* traditional two-level paging, page table allocation routines:
*/
static __inline__ pmd_t *get_pmd_fast(void)
{
return (pmd
www.eeworm.com/read/336825/3347276
svn-base mem.c.svn-base
#include
#include "assert.h"
#include "except.h"
#include "mem.h"
const Except_T Mem_Failed = { "Allocation Failed" };
void *Mem_alloc(int nbytes, const char *file, int line) {
void *ptr;
www.eeworm.com/read/336825/3347283
c mem.c
#include
#include "assert.h"
#include "except.h"
#include "mem.h"
const Except_T Mem_Failed = { "Allocation Failed" };
void *Mem_alloc(int nbytes, const char *file, int line) {
void *ptr;
www.eeworm.com/read/336825/3347874
svn-base mem.c.svn-base
#include
#include "assert.h"
#include "except.h"
#include "mem.h"
const Except_T Mem_Failed = { "Allocation Failed" };
void *Mem_alloc(int nbytes, const char *file, int line) {
void *ptr;
www.eeworm.com/read/336825/3347883
c mem.c
#include
#include "assert.h"
#include "except.h"
#include "mem.h"
const Except_T Mem_Failed = { "Allocation Failed" };
void *Mem_alloc(int nbytes, const char *file, int line) {
void *ptr;
www.eeworm.com/read/336825/3348103
svn-base mem.c.svn-base
static char rcsid[] = "$Id$";
#include
#include
#include "assert.h"
#include "except.h"
#include "mem.h"
const Except_T Mem_Failed = { "Allocation Failed" };
void *Mem_alloc(long
www.eeworm.com/read/430182/1937686
c palloc.c
/* $Id: palloc.c,v 1.1.1.1 2004/02/04 12:55:50 laputa Exp $
* palloc.c: Memory allocation from the Sun PROM.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
#include