代码搜索:Allocation

找到约 5,034 项符合「Allocation」的源代码

代码结果 5,034
www.eeworm.com/read/149728/5697620

c xalloc.c

/* * Copyright 1997-2000 by Pawel Krawczyk * * See http://www.ceti.com.pl/~kravietz/progs/tacacs.html * for details. * * xalloc.c Failsafe memory allocation functions. *
www.eeworm.com/read/130382/5957566

c pgpmempool.c

/* * pgpMemPool.c - Pooled memory allocation, similar to GNU obstacks. * * Written by Colin Plumb. * * $Id: pgpMemPool.c,v 1.9 1997/07/29 20:01:40 hal Exp $ */ #include "pgpConfig.h" #
www.eeworm.com/read/101130/6239144

cpp imagbase.cpp

#include #include #include "imagbase.h" // error handling int mgcImage::verbose = 0; unsigned mgcImage::error = 0; const unsigned mgcImage::allocation_failed = 0x0000
www.eeworm.com/read/101130/6239151

cpp lattice.cpp

#include #include #include "lattice.h" // error handling int mgcLattice::verbose = 0; unsigned mgcLattice::error = 0; const unsigned mgcLattice::allocation_failed = 0x00
www.eeworm.com/read/273303/6281566

h mem.h

/* * Physical memory allocation * Copyright (c) 2001,2003,2004 David H. Hovemeyer * Copyright (c) 2003, Jeffrey K. Hollingsworth * $Revision: 1.36 $ *
www.eeworm.com/read/273303/6281646

c mem.c

/* * Physical memory allocation * Copyright (c) 2001,2003,2004 David H. Hovemeyer * Copyright (c) 2003, Jeffrey K. Hollingsworth * $Revision: 1.44 $ *
www.eeworm.com/read/481272/6646959

c ntreg.c

/* * ntreg.c - NT Registry Hive access library * * 2004-aug: Deep indirect index support. NT351 support. Recursive delete. * Debugged a lot in allocation routines. Still no expansion. *
www.eeworm.com/read/260507/11722936

c lmalloc.c

#include #include #include "xlmalloc.h" static unsigned long Memfail=0L; /* Count of allocation failures */ static unsigned long Allocs=0L; /* Total allocations */ st
www.eeworm.com/read/260506/11723039

c lmalloc.c

#include #include #include "xlmalloc.h" static unsigned long Memfail=0L; /* Count of allocation failures */ static unsigned long Allocs=0L; /* Total allocations */ st
www.eeworm.com/read/260506/11723047

bak lmalloc.c.bak

#include #include #include "xlmalloc.h" static unsigned long Memfail=0L; /* Count of allocation failures */ static unsigned long Allocs=0L; /* Total allocations */ st