代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/187737/5216998

tpl openword.tpl

INCLUDE "sstore.oxh" PROC main: LOCAL storeId%, streamId&, string$(255), length%, length2%, address& LOCAL index% address& = ALLOC(4) storeId% = SsOpenStore%:("c:\Welcome to ER1", KStore
www.eeworm.com/read/179911/5300464

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 Public License. * * hfs_bnode_alloc() and hfs_bnode_bitop() are
www.eeworm.com/read/176663/5335581

cpp mt.cpp

// MT.cpp #include "StdAfx.h" #include "../../../../Common/Alloc.h" #include "MT.h" static const UInt32 kBlockSize = (1
www.eeworm.com/read/176663/5335620

cpp dllexports.cpp

// DLLExports.cpp #include "StdAfx.h" #include "../../../Common/MyInitGuid.h" #include "../../../Common/ComTry.h" #ifdef _WIN32 #include "../../../Common/Alloc.h" #endif #include "LZMAEncoder.h" #i
www.eeworm.com/read/166594/5474214

cpp benchmarkdialog.cpp

// BenchmarkDialog.cpp #include "StdAfx.h" #include "Common/IntToString.h" #include "Common/StringToInt.h" #include "Common/Exception.h" #include "Common/Alloc.h" #include "Windows/Thread.h"
www.eeworm.com/read/350097/3135354

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 Public License. * * hfs_bnode_alloc() and hfs_bnode_bitop() are
www.eeworm.com/read/349338/3145246

cpp benchmarkdialog.cpp

// BenchmarkDialog.cpp #include "StdAfx.h" #include "Common/IntToString.h" #include "Common/StringToInt.h" #include "Common/Exception.h" #include "Common/Alloc.h" #include "Windows/Thread.h"
www.eeworm.com/read/348288/3157524

h l2tables.h

/* l2tables.h: Layer 2 Alloc tables copyright ?-2006 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://mpg123.org initi
www.eeworm.com/read/343909/3214180

h testdata.h

#ifndef _SMA_TEST_DATA_H_ #define _SMA_TEST_DATA_H_ struct ALLOC_DATA { long lID; float value[5]; }; class CBaseClass { public: virtual void DoAction() = 0; }; class CSubClass1 :
www.eeworm.com/read/340665/3272919

c new1_y.c

#include extern int ret; void *ptr; void * operator new[] (size_t s) throw (std::bad_alloc) { ptr = operator new (s); return ptr; } void operator delete[] (void *p) throw () { if (p ==