代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/104917/15681581

h alloc.h

www.eeworm.com/read/104380/15696632

c alloc.c

/* memory allocation routines * * Adapted from alloc routine in K&R; memory statistics and interrupt * protection added for use with net package. Must be used in place of * standard Turbo-C li
www.eeworm.com/read/104053/15711601

c alloc.c

/***********************************************************************\ * Copyright (C) 1992-1998 by Michael K. Johnson, johnsonm@redhat.com * * * * This file is placed under the conditio
www.eeworm.com/read/103960/15715667

c alloc.c

#include "db.h" /* Allocate & initialize a DB structure, and all the buffers it needs */ DB * _db_alloc(int namelen) { DB *db; /* Use calloc, to init structure to zero */ if ( (db = calloc(1
www.eeworm.com/read/103654/15727182

h alloc.h

www.eeworm.com/read/103037/15748932

h alloc.h

www.eeworm.com/read/102718/15762251

h alloc.h

www.eeworm.com/read/101786/15815827

c alloc.c

#include "c.h" #define ALLOCSIZE 64*1024 struct block { struct block *next; char *limit; char *avail; }; union align { long l; char *p; double d; int (*f) ARGS((
www.eeworm.com/read/101168/15842332

h alloc.h

/* * Copyright (c) 1996-1997 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby gra
www.eeworm.com/read/101168/15842363

html alloc.html

SGI STL Allocator Design