代码搜索:alloc

找到约 10,000 项符合「alloc」的源代码

代码结果 10,000
www.eeworm.com/read/435707/1861972

c alloc.c

#include "u.h" #include "lib.h" #include "draw.h" #include "memdraw.h" #define poolalloc(a,b) malloc(b) #define poolfree(a, b) free(b) void memimagemove(void *from, void *to) { Memdata *md; md = *
www.eeworm.com/read/435701/1862207

c alloc.c

#include "u.h" #include "../port/lib.h" #include "mem.h" #include "dat.h" #include "fns.h" #include "error.h" #include static void poolprint(Pool*, char*, ...); static void ppanic(Pool*, cha
www.eeworm.com/read/433521/1883302

c alloc.c

/* * File: alloc.c * Purpose: generic malloc() and free() engine * * Notes: 99% of this code stolen/borrowed from the K&R C * examples. * */ #include "common.h" #include "stdli
www.eeworm.com/read/433521/1883400

c alloc.c

/* * File: alloc.c * Purpose: generic malloc() and free() engine * * Notes: 99% of this code stolen/borrowed from the K&R C * examples. * */ #include "common.h" #include "stdli
www.eeworm.com/read/430518/1927663

c alloc.c

/* * linux/fs/hpfs/alloc.c * * Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999 * * HPFS bitmap operations */ #include "hpfs_fn.h" /* * Check if a sector is allocated in bitma
www.eeworm.com/read/430360/1932398

asm alloc.asm

; ######################################################################### ; ------------------------------------------------------- ; This procedure was written by Ernie Murphy 10/1/0
www.eeworm.com/read/428664/1956910

h _alloc.h

/* * * Copyright (c) 1996,1997 * Silicon Graphics Computer Systems, Inc. * * Copyright (c) 1997 * Moscow Center for SPARC Technology * * Copyright (c) 1999 * Boris Fomitchev * * This mater
www.eeworm.com/read/428548/1958791

c alloc.c

/* vi: set sw=4 ts=4: */ /* * alloc.c --- allocate new inodes, blocks for ext2fs * * Copyright (C) 1993, 1994, 1995, 1996 Theodore Ts'o. * * %Begin-Header% * This file may be redistributed under
www.eeworm.com/read/427042/1981450

h alloc.h

/* * alloc.h * * interface to memory allocation and deallocation, with optional debugging * * David A. McGrew * Cisco Systems, Inc. */ /* * * Copyright (c) 2001-2006 Cisco Systems, Inc. *
www.eeworm.com/read/427042/1981477

c alloc.c

/* * alloc.c * * memory allocation and deallocation * * David A. McGrew * Cisco Systems, Inc. */ /* * * Copyright (c) 2001-2006 Cisco Systems, Inc. * All rights reserved. * * Redistribu