代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/440906/1785506
h pthread_allocimpl.h
// POSIX thread-related memory allocation -*- C++ -*-
// Copyright (C) 2001 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you c
www.eeworm.com/read/438676/1824013
c pngerror.c
/* pngerror.c - stub functions for i/o and memory allocation
*
* libpng 1.2.5 - October 3, 2002
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2002 G
www.eeworm.com/read/430898/1914600
testoutput5
PCRE version 5.0 13-Sep-2004
/\x{100}/8DM
Memory allocation (code space): 10
------------------------------------------------------------------
0 6 Bra 0
3 \x{100}
6 6 Ket
9 End
-
www.eeworm.com/read/428548/1958836
c cache.c
/* vi: set sw=4 ts=4: */
/*
* cache.c - allocation/initialization/free routines for cache
*
* Copyright (C) 2001 Andreas Dilger
* Copyright (C) 2003 Theodore Ts'o
*
* %Begin-Header%
* This file
www.eeworm.com/read/428548/1958846
c tag.c
/* vi: set sw=4 ts=4: */
/*
* tag.c - allocation/initialization/free routines for tag structs
*
* Copyright (C) 2001 Andreas Dilger
* Copyright (C) 2003 Theodore Ts'o
*
* %Begin-Header%
* This
www.eeworm.com/read/418008/2094479
c alloc_stats.c
/*
* alloc_stats.c --- Update allocation statistics for ext2fs
*
* Copyright (C) 2001 Theodore Ts'o.
*
* %Begin-Header%
* This file may be redistributed under the terms of the GNU Public
* Lice
www.eeworm.com/read/413812/2159180
c pngerror.c
/* pngerror.c - stub functions for i/o and memory allocation
*
* libpng 1.2.5 - October 2, 2002
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2002 G
www.eeworm.com/read/412408/2170512
c pngerror.c
/* pngerror.c - stub functions for i/o and memory allocation
*
* libpng 1.2.5 - October 3, 2002
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2002 G
www.eeworm.com/read/409921/2223181
c mad.c
/* The Memory Allocation Debugging system
Copyright (C) 1994 Janne Kukonlehto.
To use MAD define HAVE_MAD and include "mad.h" in all the *.c files.
This program is free software; you c
www.eeworm.com/read/409921/2223182
h mad.h
#ifndef __MAD_H
#define __MAD_H
#ifdef HAVE_MAD
# define INLINE
#else
# ifndef INLINE
# define INLINE inline
# endif
#endif
#ifdef HAVE_MAD
/* The Memory Allocation Debuggi