代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/392773/2491193
mak gcc-amigaos-m68k.mak
#
# This requires GNU make.
#
srcdir = .
VPATH = .
SHELL = /bin/sh
# point this to proper location
STL_INCL = -I../../stlport
AUX_LIST = TestClass.cpp main.cpp nc_alloc.cpp random_number.cpp
TEST_
www.eeworm.com/read/384879/2596551
c heapwalk.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
struct heapinfo node = { NULL, 0, 0};
buffer1 = malloc(100);
buffer2 = malloc(200);
www.eeworm.com/read/366702/2867243
c new25.c
// PR c++/31988
#include
class C
{
public:
void* operator new(std::size_t = 32) throw (std::bad_alloc); // { dg-error "first parameter" }
void* operator new[](std::size_t = 32) throw (std::
www.eeworm.com/read/355768/3047963
c heapwalk.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
struct heapinfo node = { NULL, 0, 0};
buffer1 = malloc(100);
buffer2 = malloc(200);
www.eeworm.com/read/257889/4360025
cpp stack2.cpp
#include
#include
#include
#include
//#include
#include
#define mySIZE 100;
#define ENT 10;
#define OK 1
#define ERROR 0
#d
www.eeworm.com/read/257673/4361572
c heapwalk.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
struct heapinfo node = { NULL, 0, 0};
buffer1 = malloc(100);
buffer2 = malloc(200);
www.eeworm.com/read/161438/5553353
c deltree.c
#include
#include
#include
#include
#include
#include
void main(int argc, char **argv)
{
void delete_tree(void);
char buff
www.eeworm.com/read/161438/5554074
c heapwalk.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
struct heapinfo node = { NULL, 0, 0};
buffer1 = malloc(100);
buffer2 = malloc(200);
www.eeworm.com/read/161007/5564395
cpp rtx166t.cpp
// Rtx166t.cpp : implementation file
//
#include "stdafx.h"
#include "..\Alloc.h"
#include "RtxTiny.h"
#include "Rtx166t.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/475955/6770947
c heapwalk.c
#include
#include
void main(void)
{
char *buffer1, *buffer2, *buffer3;
struct heapinfo node = { NULL, 0, 0};
buffer1 = malloc(100);
buffer2 = malloc(200);