代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/372858/2768916

c ialloc.c

/* * linux/fs/sysv/ialloc.c * * minix/bitmap.c * Copyright (C) 1991, 1992 Linus Torvalds * * ext/freelists.c * Copyright (C) 1992 Remy Card (card@masi.ibp.fr) * * xenix/alloc.c * Co
www.eeworm.com/read/372858/2768923

c balloc.c

/* * linux/fs/sysv/balloc.c * * minix/bitmap.c * Copyright (C) 1991, 1992 Linus Torvalds * * ext/freelists.c * Copyright (C) 1992 Remy Card (card@masi.ibp.fr) * * xenix/alloc.c * Co
www.eeworm.com/read/366702/2867212

c new11.c

// PR c++/17670 // { dg-do run } #include #include bool abort_new; void *operator new[](size_t bytes) throw (std::bad_alloc) { if (abort_new) abort(); return operator new (
www.eeworm.com/read/355290/3054744

extra entries.extra

/alloc.gif////*/// /black.ico////*/// /black1.ico////*/// /blue.ico////*/// /green.ico////*/// /green1.ico////*/// /icon_bt.ico////*/// /icon_done.ico////*/// /red.ico////*/// /white.ico////*/// /yell
www.eeworm.com/read/266360/4272527

c realloc.c

/* _mpz_realloc -- make the mpz_t have NEW_ALLOC digits allocated. Copyright 1991, 1993, 1994, 1995, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Li
www.eeworm.com/read/262041/4316762

h mempool.h

/* * memory buffer pool support */ #ifndef _LINUX_MEMPOOL_H #define _LINUX_MEMPOOL_H #include typedef void * (mempool_alloc_t)(unsigned int __nocast gfp_mask, void *pool_dat
www.eeworm.com/read/129588/6783812

c test.c

#include "stdio.h" #include "dos.h" #include "alloc.h" unsigned char *buffer,*buffer1; unsigned long offset,offset1,delta,segment,physical; main() { buffer=(unsigned char*)malloc(1600/sizeof(i
www.eeworm.com/read/292938/8322024

h partition.h

#ifndef __PARTITION_H_ #define __PARTITION_H_ extern void partition_alloc(char *dataf, char *idxf); extern void partition_dealloc(); extern void partition_get_blk(int *MAINBUF, int p); extern int par
www.eeworm.com/read/266994/11198506

c mem.c

#include #include #include "assert.h" #include "except.h" #include "mem.h" const Except_T Mem_Failed = { "Allocation Failed" }; void *Mem_alloc(long nbytes,
www.eeworm.com/read/335639/12510387

h partition.h

#ifndef __PARTITION_H_ #define __PARTITION_H_ extern void partition_alloc(char *dataf, char *idxf); extern void partition_dealloc(); extern void partition_get_blk(int *MAINBUF, int p); extern int par