代码搜索结果
找到约 10,000 项符合
Storage 的代码
readme
TLSF Memory Storage allocator implementation.
Version 1.1 September 2003
Authors: Miguel Masmano, Ismael Ripoll & Alfons Crespo.
Copyright UPVLC, OCERA Consortium.
This program is free software
wex7_6.cpp
#include
#include
const int MaxListSize = 50;
template
class SeqList
{
private:
// list storage array and number of current list elements
T
readme
$PostgreSQL: pgsql/src/backend/storage/buffer/README,v 1.12 2007/05/30 20:11:58 tgl Exp $
Notes about shared buffer access rules
--------------------------------------
There are two separate access
char.out
--
-- CHAR
--
-- fixed-length by value
-- internally passed by value if
char_1.out
--
-- CHAR
--
-- fixed-length by value
-- internally passed by value if
hardware.h
#include
#include
//Type Definitions -these are tailored to fit given bit sizes storage requests to the actual bit size preference of the target
typedef unsigned int
configure
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
# Local configure fragment for sysdeps/powerpc32/elf.
if test "$usetls" != no; then
# Check for support of thread-local storage
configure
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
# Local configure fragment for sysdeps/powerpc64/elf.
if test "$usetls" != no; then
# Check for support of thread-local storage
cleanup3.c
// Check that on targets with "__cxa_atexit" we use destructors,
// rather than cleanup functions, to destroy objects with static
// storage duration.
// { dg-require-effective-target "cxa_atexit" }
declspec-8.c
/* Test declaration specifiers. Test checks on storage class
specifiers and function specifiers in empty declarations. */
/* Origin: Joseph Myers */
/* { dg-do compile } */