代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/326077/6288189
cpp pcx.cpp
// Pcx.cpp: implementation of the CPcx class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include
#include
#include "P
www.eeworm.com/read/263982/11333784
cpp pcx.cpp
// Pcx.cpp: implementation of the CPcx class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include
#include
#include "P
www.eeworm.com/read/263982/11334462
cpp pcx.cpp
// Pcx.cpp: implementation of the CPcx class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include
#include
#include "P
www.eeworm.com/read/262950/11382891
cpp pcx.cpp
// Pcx.cpp: implementation of the CPcx class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include
#include
#include "P
www.eeworm.com/read/262950/11383388
cpp pcx.cpp
// Pcx.cpp: implementation of the CPcx class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include
#include
#include "P
www.eeworm.com/read/155317/11885271
c freelist.c
#include
/* this is defined in a separate file so that when the linker pulls this in
* when including malloc, it will not drag in the function _NewHeap, since it
* may be $_NewHeap t
www.eeworm.com/read/153384/12038062
news
Overview of changes in MemProf 0.5.1
====================================
* Redo memintercept.so initialization to fix "Starter malloc size exceeded"
C++ problem [Owen Taylor]
* Miscellaneous memin
www.eeworm.com/read/150427/12293925
cpp queue.cpp
// Queue.cpp: implementation of the CQueue class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Queue.h"
#include "malloc.h"
#include "s
www.eeworm.com/read/338169/12321187
cpp matrixinverse.cpp
#include "MatrixInverse.h"
/*double complex vector */
doubleComplexMatrix *doubleComplexMatrixAlloc(int row,int col)
{
int i;
doubleComplexMatrix *r;
r=(doubleComplexMatrix *)malloc(siz
www.eeworm.com/read/227427/14425774
c dmalloc_t.c
/*
* Test program for malloc code
*
* Copyright 2000 by Gray Watson
*
* This file is part of the dmalloc package.
*
* Permission to use, copy, modify, and distribute this software for
* any pu