E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
valgrind
Ubuntu 9.04下编译Android源码的过程
未安装的进行下载安装)apt-getinstallflexbisongperflibsdl-devlibesd0-devapt-getinstalllibwxgtk2.8-devbuild-essentialzip
valgrind
sun-java5
tomew
·
2011-03-28 15:00
java
android
ubuntu
工具
开发工具
makefile
Linux常用工具--Vargrind
一,
Valgrind
工具简介
Valgrind
工具可以检出动态分配的内存的访问越界问题。
isiqi
·
2011-03-27 16:00
多线程
C++
c
linux
C#
Linux常用工具--Vargrind
阅读更多一,
Valgrind
工具简介
Valgrind
工具可以检出动态分配的内存的访问越界问题。二,举例$gcc-g–oarrayarray.c$
valgrind
--tool=memcheck.
wapysun
·
2011-03-27 16:00
Linux
C#
C++
C
多线程
Linux常用工具--Vargrind
一,
Valgrind
工具简介
Valgrind
工具可以检出动态分配的内存的访问越界问题。
wapysun
·
2011-03-27 16:00
多线程
C++
c
linux
C#
zeroMQ初体验-8.内存泄漏了?
文中给出了类C这种需要自行管理内存的解决方案(虽然python的GC很强大,不过,关注下总没有坏处): 这里运用到了这个工具:
valgrind
为了避免zeromq中的一些warning的干扰,
iyuan
·
2011-03-25 15:00
C++
c
python
C#
读书
Valgrind
使用
http://blog.myspace.cn/e/404260592.htm
Valgrind
是一个GPL的软件,用于Linux(Forx86,amd64andppc32)程序的内存调试和代码剖析。
benbendy1984
·
2011-03-22 14:00
cache
工具
library
leak
DST
Pointers
Valgrind
使用简单说明
Valgrind
使用简单说明(ZZ)2008-01-2919:03调不尽的内存泄露,用不完的
Valgrind
(一个介绍程序调试的精彩讲解:http://www.ibm.com/developerworks
水火云树
·
2011-03-16 16:40
java
职场
休闲
valgrind
Valgrind
使用简单说明
Valgrind
使用简单说明(ZZ)2008-01-2919:03调不尽的内存泄露,用不完的
Valgrind
(一个介绍程序调试的精彩讲解:http://www.ibm.com/developerworks
水火云树
·
2011-03-16 16:40
java
职场
休闲
J2SE
应用
Valgrind
发现 Linux 程序的内存问题
Valgrind
概述体系结构
Valgrind
是一套Linux下,开放源代码(GPLV2)的仿真调试工具的集合。
Valgrind
由内核(core)以及基于内核的其他调试工具组成。
wzhwho
·
2011-03-16 14:00
valgrind
valgrind
--tool=memcheck--leak-check=fullappappargs 检测内存泄露,检测不了so中的内存泄露。。???=====从我的一次经历中可以得出该结论。
aalbertini
·
2011-03-14 10:00
valgrind
valgrind
搜来搜去就一篇文章转来转去,郁闷啊,自己读文档得了 文档地址:http://www.
valgrind
.org/docs/download_docs.html,有兴趣的朋友可以去看下,不过
xiangjie88
·
2011-03-11 17:00
html
在MAC OS X下用VMware安装Ubuntu
前面写的是废话:最近用C++写数据库系统,内存泄露很严重,想要安装内存检测工具
valgrind
,但是这东西对我的MAC OS X 10.6不太支持,加上一些另外的原因,我决定在MAC下安个Ubuntu。
幸运虫
·
2011-03-11 04:00
vmware
linux
虚拟机
ubuntu
OS
ubuntu 9.04上如果去获得android最新源
安装
valgrind
工具 $s
CAIYUNFREEDOM
·
2011-03-10 10:00
java
android
ubuntu
javadoc
Path
工具
安装 Hearbeat 出现的问题
checkingfor
valgrind
.../usr/bin/
valgrind
checkingforgawk...
crazylinuxming
·
2011-02-21 10:12
职场
休闲
Hearbeat
lvs负载均衡
安装 Hearbeat 出现的问题
checkingfor
valgrind
.../usr/bin/
valgrind
checkingforgawk...
crazylinuxming
·
2011-02-21 10:12
职场
休闲
hearbeat
linux mysql mysql_real_connect函数导致内存泄露
自己写个了个小东西,Linux下C语言,数据库使用的mysql,用
valgrind
调试的时候一直提示内存泄露,问题都没找到,后来搜索了一下,最后发现是mysql_real_connect惹的祸。
pipal
·
2011-02-11 11:00
C++
c
linux
mysql
C#
linux mysql mysql_real_connect函数导致内存泄露
阅读更多自己写个了个小东西,Linux下C语言,数据库使用的mysql,用
valgrind
调试的时候一直提示内存泄露,问题都没找到,后来搜索了一下,最后发现是mysql_real_connect惹的祸。
pipal
·
2011-02-11 11:00
MySQL
Linux
C
C++
C#
Linux下用
Valgrind
做检查防止内存泄露
用C/C++开发其中最令人头疼的一个问题就是内存管理,有时候为了查找一个内存泄漏或者一个内存访问越界,需要要花上好几天时间,如果有一款工具能够帮助我们做这件事情就好了,
valgrind
正好就是这样的一款工具
borefo
·
2011-01-12 00:00
linux
cache
工具
library
leak
Pointers
linux开发实践小结
此次小结的内容主要包括:利用gcc警告选项排除隐患利用gdb执行调试利用
valgrind
检测内存使用利用asciidoc完善文档1.开启gcc警告选项排除隐患编译程序的时候开启gcc的警告功能可以帮助发现很多隐含问题
maomaovv
·
2011-01-09 01:00
永远的linux
valgrind
试用手记
作者:帅得不敢出门 C++哈哈堂群31843264 转载请保留此信息
valgrind
Valgrind
isaninstrumentationframeworkforbuildingdynamicanalysistools.Thereare
Valgrind
toolsthatcanautomaticallydetectmanymemorymanagementandthreadingbugs
zmlovelx
·
2010-12-24 15:00
image
SVN
command
alignment
statistics
Allocation
编译和安装
Valgrind
编译和安装
Valgrind
2006-09-0109:511、从SVN上获得代码(也可以通过下载tar包获得源代码,可以点击这里下载) svncosvn://svn.
valgrind
.org/
valgrind
S.l.e!ep.¢%
·
2010-12-24 15:00
linux下内存检查工具
valgrind
使用方法
转自:www.oolec.com/
valgrind
_usage_linux/
valgrind
是linux下非常优秀的一款内存检查的工具。
gonogo
·
2010-12-08 22:45
linux
职场
休闲
linux程序设计
linux下内存检查工具
valgrind
使用方法
转自:www.oolec.com/
valgrind
_usage_linux/
valgrind
是linux下非常优秀的一款内存检查的工具。
gonogo
·
2010-12-08 22:45
linux
职场
休闲
valgrind
Memory Leak和
Valgrind
首先必须搞懂什么才是MemoryLeak?其实业界一直有两种定义。a.大众化说法:一块内存由new或者malloc分配了,在程序结束前一直没有被回收。但程序始终有指针指向这块内存。b.更严格的说法:一块内存由new或者malloc分配在堆上面,在程序结束前,已经没有任何指针能够指向这块内存了。对于第一种MemoryLeak,其实危害不大,因为一旦进程结束了,所有该进程分配的内存(包括Leak掉的内
bluebeach
·
2010-11-10 15:00
valgrind
检测内存
valgrind
--tool=memcheck--leak-check=full/root/NVR/src_nodisk/obj_linux_x86/NVR
maintyb011
·
2010-11-08 16:00
linux
X86
Ubuntu 10.04编译Android 2.2 源代码
Firstofallsudoapt-getinstallgit-coregnupgflexbisongperflibsdl-devlibesd0-devlibwxgtk2.6-devbuild-essentialzipcurllibncurses5-devzlib1g-dev
valgrind
pengmens
·
2010-11-02 13:00
java
android
Flex
git
ubuntu
download
Linux C/C++ 内存泄漏检测工具:
Valgrind
引自:http://blog.s135.com/post/419/
Valgrind
是一款Linux下(支持x86、x86_64和ppc32)程序的内存调试工具,它可以对编译后的二进制程序进行内存使用监测
ghlfllz
·
2010-10-23 12:00
linux
工具
library
leak
DST
Pointers
pthread_create 内存泄漏
valgrind
pthread_create()在使用的过程中遇到的一个问题: 今天在使用线程的时候出现了一个问题,利用
valgrind
监测程序的运行时出现了memoryleak。
jiqiren007
·
2010-10-22 21:00
JOIN
null
leak
C++开发工具和库
希望采用的有CPPUNIT、log4cxx工具包括:gcov、gprof、
valgrind
、splint(貌似只能用于C)希望以后坚持使用!!
jiqiren007
·
2010-10-16 20:00
windows
xml
fortran
编译器
跨平台
c++开发工具
valgrind
的使用
valgrind
的使用http://blog.myspace.cn/e/404260592.htm2009/05/1111:49 [转载 ]顶0踩0上一篇mysql操作代码下一篇MFC程序中消息以及函数的处理顺序简介
rheostat
·
2010-10-12 21:00
valgrind
的使用
Valgrind
是一个GPL的软件,用于Linux(For x86, amd64 and ppc32)程序的内存调试和代码剖析。
ld_hust
·
2010-09-14 09:00
多线程
C++
c
socket
C#
valgrind
测试内存泄露
valgrind
内存检测中五种内存丢失的解释结果示例:LEAKSUMMARY:definitelylost:140bytesin5blocks.indirectlylost:1,252bytesin41blocks.possiblylost
byrsongQQ
·
2010-09-13 17:00
编程
c
测试
单元测试
工具
leak
一些应用工具
title=Main_Page
valgrind
用来检测C++程序的内存泄露等问题。Edraw画图。MicrosoftofficeVisiouml图制作。vtune测试程序性能。
wenlei_zhouwl
·
2010-09-13 13:00
Microsoft
项目管理
测试
Office
文档
应用工具
Valgrind
学习笔记
Valgrind
介绍
Valgrind
是一个程序动态分析的工具。它的工具集可以自动地检测到内存管理和线程的错误并且能够深入分析程序行为。
koala002
·
2010-09-07 00:00
多线程
gcc
工具
化工
图形
X86
valgrind
简单用法
Valgrind
的主要作者JulianSeward刚获得了今年的Google-O'Reilly开源大奖之一──BestToolMaker。让我们一起来看一下他的作品。
needle2
·
2010-09-04 15:00
多线程
cache
工具
leak
postscript
Pointers
Valgrind
介绍
Valgrind
是一个GPL的软件,用于Linux(Forx86,amd64andppc32)程序的内存调试和代码剖析。
CHALLEN537
·
2010-09-02 20:00
cache
工具
library
leak
DST
Pointers
测试SQLite工具及方法
Valgrind
工
huangqinqin
·
2010-08-27 19:00
数据结构
c
linux
sqlite
软件测试
内存泄漏
昨天使用STL(仅指gcc的SGI STL,VC,borlandC的不同)时,用
valgrind
测试,总是发现有"not-freed blocks", 于是我满脸迷惑的得出结论:使用SGI STL会造成内存泄漏
sdfgh2046
·
2010-08-22 23:00
数据结构
gcc
delete
leak
Allocation
Pointers
应用
Valgrind
发现 Linux 程序的内存问题
应用
Valgrind
发现Linux程序的内存问题文档选项将此页作为电子邮件发送级别:初级杨经(
[email protected]
),软件工程师,IBM2008年11月27日如何定位应用程序开发中的内存问题
lbqBraveheart
·
2010-08-11 22:00
linux
单元测试
测试
delete
工具
DST
应用
Valgrind
发现 Linux 程序的内存问题
应用
Valgrind
发现Linux程序的内存问题文档选项将此页作为电子邮件发送级别:初级杨经(
[email protected]
),软件工程师,IBM2008年11月27日如何定位应用程序开发中的内存问题
lbqBraveheart
·
2010-08-11 22:00
linux
单元测试
测试
delete
工具
DST
NS3_Tutorial 中文版: 第三章 NS3 快速上手(续)
/test.py-ccore这些测试可以被waf并行执行的,最后你可以看到如下的结果:47of47testspassed(47passed,0failed,0crashed,0
valgrind
errors
漫天大雪
·
2010-08-06 13:35
职场
休闲
快速上手
中文手册
ns3
NS3_Tutorial 中文版: 第三章 NS3 快速上手(续)
/test.py-ccore这些测试可以被waf并行执行的,最后你可以看到如下的结果:47of47testspassed(47passed,0failed,0crashed,0
valgrind
errors
漫天大雪
·
2010-08-06 13:35
职场
休闲
ns3
NS-3
NS3_Tutorial 中文版: 第三章 NS3 快速上手(续)
/test.py-ccore这些测试可以被waf并行执行的,最后你可以看到如下的结果:47of47testspassed(47passed,0failed,0crashed,0
valgrind
errors
漫天大雪
·
2010-08-06 13:35
职场
休闲
快速上手
中文手册
ns3
用
Valgrind
查找内存泄漏和无效内存访问
Valgrind
是x86架构Linux上的多重用途代码剖析和内存调试工具。你可以在它的环境中运行你的程序来监视内存的使用情况,比如C语言中的malloc和free或者C++中的new和delete。
ld_hust
·
2010-07-20 09:00
C++
c
linux
C#
FreeBSD
valgrind
的使用
Valgrind
是一个GPL的软件,用于Linux(Forx86,amd64andppc32)程序的内存调试和代码剖析。
nellson
·
2010-07-16 07:00
性能优化工具gprof & 内存检测工具
Valgrind
用法
/test//生成性能检测报告$gprof-btestgmon.out
Valgrind
://加-g编译$gcc-g-otesttest.c//生成内存检查报告$
valgrind
--tool=memcheck
ariesjzj
·
2010-07-08 10:00
gcc
性能优化
工具
调试器原理
这里我不打算讲解如何使用boundschecker、purify、
valgrind
或者gdb,使用这些工具非常简单,讲解它们只是多此一举。相反,我们要研究一下这些工具的实现原理。
ly402609921
·
2010-06-30 22:00
struct
Microsoft
null
delete
编译器
DST
内存泄漏检查工具
valgrind
使用方法
接下来的几节将简要介绍如何使用流行的调试器
Valgrind
来发现并调试这些最常见的内存bu
caohao2008
·
2010-06-20 21:00
linux
delete
工具
leak
debugging
Pointers
在linux下使用用
Valgrind
查找内存泄漏和无效内存访问
在linux下使用用
Valgrind
查找内存泄漏和无效内存访问(转载)在linux下使用用
Valgrind
查找内存泄漏和无效内存访问(转载)来源:ChinaUnix博客日期:2007.03.0923:44
c++实例研究
·
2010-06-10 15:00
[转]在linux下使用用
Valgrind
查找内存泄漏和无效内存访问
转自:http://blog.chinaunix.net/u/30686/showart_256295.html 用
Valgrind
查找内存泄漏和无效内存访问
Valgrind
是x86架构Linux上的多重用途代码剖析和内存调试工具
daniel_h1986
·
2010-06-10 11:00
上一页
19
20
21
22
23
24
25
26
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他