代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/167001/9986354
c alloc_path_name.c
/* *
* $Id: alloc_path_name.c 176 2005-06-28 14:47:59Z shawill $
*
* This file is part of Fenice
*
* Fenice -- Open Media Server
*
* Copyright (C) 2004 by
*
* - Giampaolo Mancini
www.eeworm.com/read/357852/10200049
cpp bad-alloc2.cpp
#include
#include
#include
using namespace std;
void memoryEater() {
int i = 0;
double* ptr;
try {
while (1) {
ptr = new double[50000000];