代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/11180/210929

c sortlist.c

#include #include #include #include #include void main(int argc, char *argv[]) { DIR *directory_pointer; struct dirent *entry;
www.eeworm.com/read/11180/210958

c filelist.c

#include #include #include #include #include void main(int argc, char *argv[]) { DIR *directory_pointer; struct dirent *entry;
www.eeworm.com/read/480930/1312222

c balloc.c

/* * linux/fs/hfs/balloc.c * * Copyright (C) 1995-1997 Paul H. Hargrove * This file may be distributed under the terms of the GNU General Public License. * * hfs_bnode_alloc() and hfs_bnode_bit
www.eeworm.com/read/479151/1343742

c balloc.c

/* * linux/fs/hfs/balloc.c * * Copyright (C) 1995-1997 Paul H. Hargrove * This file may be distributed under the terms of the GNU General Public License. * * hfs_bnode_alloc() and hfs_bnode_bit
www.eeworm.com/read/477840/1357744

c newheap.c

#include void _NewHeap(void *start, void *end) { CELL_HDR *new = start; new->next = __FreeList; __FreeList = new; new->size = NEW_SIZE(start, end); new->EndAddr = end; #
www.eeworm.com/read/474814/1390639

c sds_read.c

/* $Header$*/ #include "Sds/sdsgen.h" #include #include #if !defined(VXWORKS) #if !defined(__MSDOS__) #include #include #else #include #includ
www.eeworm.com/read/470720/1444496

c new1_x.c

#include extern "C" void exit (int); extern "C" void abort (void); extern void * operator new[] (size_t s) throw (std::bad_alloc); extern void operator delete[] (void *p) throw (); struct A {
www.eeworm.com/read/470693/1456442

c new1_x.c

#include extern "C" void exit (int); extern "C" void abort (void); extern void * operator new[] (size_t s) throw (std::bad_alloc); extern void operator delete[] (void *p) throw (); struct A {
www.eeworm.com/read/249482/4450312

dat funtc293b.dat

#include #include #include #include int main(void) { unsigned int size, segp; int stat; size = 64; /* (64 x 16) = 1024 bytes */ stat = a
www.eeworm.com/read/247871/4472739

cpp bzip2encoder.cpp

// BZip2Encoder.cpp #include "StdAfx.h" #include "BZip2Encoder.h" #include "../../../Common/Alloc.h" #include "Original/bzlib.h" namespace NCompress { namespace NBZip2 { static const