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
使用
valgrind
检测Android native程序的内存
下载http://
valgrind
.org/downloads/
valgrind
-3.7.0.tar.bz2,使用ndktoolchain,按照代码中的README.android编译Android版本的
21cnbao
·
2012-03-27 17:00
android
command
delete
System
leak
Allocation
valgrind
简单使用
valgrind
--leak-check=full --log-file=tmp.log .
zzz_781111
·
2012-03-26 15:00
thread
c
String
library
Valgrind
学习笔记
来源:http://www.cnblogs.com/stephen-liu74一、Memcheck-tools 1. 可查找的错误类型: 1)Illegalreadorwriteerrors --read-var-info=[default:no],如果这个选项被打开,应用程序将运行的更慢,但是能够给出能多的错误细节。如下: --rea
mikayong
·
2012-03-20 17:00
cache
function
File
byte
leak
events
Ubuntu下NS3安装步骤
执行在终端以下命令sudoapt-getinstallgccg++pythonsudoapt-getinstallmercurialsudoapt-getinstallbzrsudoapt-getinstallgdb
valgrind
rayaohb
·
2012-03-20 17:00
sqlite
ubuntu
Flex
脚本
终端
Graphviz
内存泄露检测工具 -
Valgrind
内存泄露检测工具-
Valgrind
用C/C++开发其中最令人头疼的一个问题就是内存管理,有时候为了查找一个内存泄漏或者一个内存访问越界,需要要花上好几天时间,如果有一款工具能够帮助我们做这件事情就好了,
iamonlyme
·
2012-03-15 23:00
多线程
cache
redhat
command
工具
leak
采用
valgrind
来分析内存泄漏 和trace 函数调用
valgrind
工具在linux下分析内存泄漏很方便。
cjsafty
·
2012-03-15 11:00
eclipse
linux
buffer
工具
查看内存泄露
valgrind
--tool=memcheck--leak-check=yes--log-file=hjpool.
lifan5
·
2012-03-13 19:00
c
delete
library
fortran
leak
Pointers
Linux系统中
valgrind
检查内存泄露
Valgrind
安装1.到www.
valgrind
.org下载最新版
valgrind
-3.2.3.tar.bz22.解压安装包:tar–jxvf
valgrind
-3.2.3.tar.bz23.解压后生成目录
doupei2006
·
2012-03-08 22:08
Linux
Linux系统中
valgrind
检查内存泄露
Valgrind
安装1.到www.
valgrind
.org下载最新版
valgrind
-3.2.3.tar.bz22.解压安装包:tar–jxvf
valgrind
-3.2.3.tar.bz23.解压后生成目录
doupei2006
·
2012-03-08 22:00
多线程
linux
delete
工具
leak
Pointers
Linux系统中
valgrind
检查内存泄露
Valgrind
安装 1. 到www.
valgrind
.org下载最新版
valgrind
-3.2.3.tar.bz2 2.
ILoveDOUZHOU
·
2012-03-08 22:00
linux
配置Android源码编译环境所需包
jdkflexbisongperflibsdl-devlibesd0-devlibwxgtk2.6-devbuild-essentialzipcurllibncurses5-devzlib1g-dev
valgrind
meldsubversion
Jinliang_890905
·
2012-03-05 12:00
ubuntu10.04下
valgrind
安装与使用
本文的大部分内容参考并摘取自:http://www.cnblogs.com/Mingxx/archive/2011/6/25.html
Valgrind
安装1、到www.
valgrind
.org下载最新版
Nikiev
·
2012-03-05 10:00
File
ubuntu
工具
library
leak
Pointers
Linux 内存泄露调试工具
用C/C++开发其中最令人头疼的一个问题就是内存管理,有时候为了查找一个内存泄漏或者一个内存访问越界,需要要花上好几天时间,如果有一款工具能够帮助我们做这件事情就好了,
valgrind
正好就是这样的一款工具
shuyong1999
·
2012-02-27 16:00
Valgrind
介绍
Valgrind
使用简单说明(ZZ)_避雨在同一屋檐下_百度空间
Valgrind
使用简单说明(ZZ)2008-01-2919:03调不尽的内存泄露,用不完的
Valgrind
(一个介绍程序调试的精彩讲解:
·
2012-02-23 08:00
val
Valgrind
的使用,找出linux的内存泄露和内存越界。
1.下载代码www.
valgrind
.org/
valgrind
3.7.0(tar.bz2)2.
bruce_wang_janet
·
2012-02-07 20:00
linux
leak
Linux C/C++ 内存泄漏检测工具:
Valgrind
[ 2009-7-3121:01|by 张宴 ]
Valgrind
是一款Linux下(支持x86、x86_64和ppc32)程序的内存调试工具,它可以对编译后的二进制程序进行内存使用监测(C语言中的malloc
lixuemei504
·
2012-02-01 10:00
应用
Valgrind
发现 Linux 程序的内存问题
转载自:http://www.ibm.com/developerworks/cn/linux/l-cn-
valgrind
/
Valgrind
概述体系结构
Valgrind
是一套Linux下,开放源代码(GPLV2
needle2
·
2012-01-31 10:00
linux
测试
单元测试
delete
工具
DST
Memory Leak和
Valgrind
首先必须搞懂什么才是MemoryLeak?其实业界一直有两种定义。a.大众化说法:一块内存由new或者malloc分配了,在程序结束前一直没有被回收。但程序始终有指针指向这块内存。b.更严格的说法:一块内存由new或者malloc分配在堆上面,在程序结束前,已经没有任何指针能够指向这块内存了。对于第一种MemoryLeak,其实危害不大,因为一旦进程结束了,所有该进程分配的内存(包括Leak掉的内
bluebeach2
·
2012-01-29 17:15
内存泄漏
休闲
valgrind
INDIRECT
lost
lost
Definitely
应用
Valgrind
发现 Linux 程序的内存问题
转载自:http://www.ibm.com/developerworks/cn/linux/l-cn-
valgrind
/
Valgrind
概述体系结构
Valgrind
是一套Linux下,开放源代码(GPLV2
RunBoying
·
2012-01-20 08:00
linux
测试
单元测试
delete
工具
DST
[OT]回顾2011,写在2012初
好像没干啥,就天天写代码....搞搞C++,
Valgrind
,Lua,宕机等等 2012年,希望自己可以认真的去写写网络程序,虽然号称是写服务器的,但是从来没写过网络程序;希望可以认真的去看看几个开源的代码
egmkang
·
2012-01-18 13:00
c/c++通用内存泄漏检测框架GMFD(General Memory Fault Detection Framework)
c/c++通用内存泄漏检测框架GMFD(GeneralMemoryFaultDetectionFramework)1背景: x86平台有完善的用户态检测内存工具比如
valgrind
等,可以监控程序运行中详细的内存信息
xiaoguozi's Blog
·
2012-01-16 13:00
valgrind
&&callgrind
callgrind工具的使用方法callgrind使用cachegrind的統計資訊Ir(Icachereads,也就是一條指令執行的次數)來統計程式中函數的調用情況。Callgrind=cachegrind+functioncallgraphinformation.Cachegrind是一個性能分析工具,可以通過定位源代碼來剖析cachemisses,cachemisses越低表明程式效率越高
hbhhww
·
2012-01-11 13:00
function
cache
Graph
工具
MySQL C API的内存泄露问题
网上说mysql api在使用的时候会出现泄露,有人用了
valgrind
来测试,找到了可能出现泄露的地方,官方的api文档里面也说到,如果使用完api之后,最好调用mysql_library_end()
bollaxu
·
2012-01-10 21:00
mysql
Linux下用内存管理器的钩子函数跟踪内存泄漏 本篇文章来源于 Linux公社网站(www.linuxidc.com) 原文链接:http://www.linuxidc.com/Linux/200
作为Linux下的C程序员,我总是习惯在单元测试通过之后,再用
valgrind
把程序跑一下,看看有没有内存泄漏和内存越界等问题。
lizhi200404520
·
2012-01-04 20:00
linux
cache
null
buffer
FP
hook
valgrind
教程
名字:
valgrind
是一个调试和剖析的程序工具集。
hbhhww
·
2011-12-31 17:00
html
linux
工具
测试工具
编译器
linux内核
valgrind
命令
一般会用到的
valgrind
的命令:1下面是检测内存方面问题的,常用:
Valgrind
.
hbhhww
·
2011-12-31 14:00
cache
测试
Integer
fortran
subroutine
硬件驱动
My daily used Linux tools
ldd,lsofstrace,inotify,netcat,tcpdump,netstat,nm,
valgrind
,pstree,pstack,pgrep
CPP_CHEN
·
2011-12-31 10:00
转:应用
Valgrind
发现 Linux 程序的内存问题
转:应用
Valgrind
发现Linux程序的内存问题转自:http://www.ibm.com/developerworks/cn/linux/l-cn-
valgrind
/
Valgrind
概述体系结构
Valgrind
程序描绘人生
·
2011-12-30 14:00
valgrind
使用
Valgrind
是一个GPL的软件,用于Linux(For x86, amd64 and ppc32)程序的内存调试和代码剖析。
haoningabc
·
2011-12-20 22:00
valgrind
valgrind
使用
Valgrind
是一个GPL的软件,用于Linux(For x86, amd64 and ppc32)程序的内存调试和代码剖析。
haoningabc
·
2011-12-20 22:00
valgrind
Linux下使用
Valgrind
检查程序内存问题
Linux下使用
Valgrind
检查程序内存问题发表于 2011年01月24日 由 admin
Valgrind
是一款用来帮助程序员查找/定位内存使用问题的免费/开源动态分析工具。
meijia_tts
·
2011-12-20 18:00
多线程
linux
优化
SVN
gcc
工具
Ubuntu 内存泄漏检测工具
Valgrind
的安装
第一种方式:下载源码,编译安装,比较复杂wgethttp://
valgrind
.org/downloads/
valgrind
-3.4.1.tar.bz2tarxvf
valgrind
-3.4.1.tar.bz2cd
valgrind
whuslei
·
2011-12-20 17:00
ubuntu
工具
Deb
在linux下使用
valgrind
检查wireshark的内存泄露情况
安装
valgrind
(官网:http://
valgrind
.org/)(1) 解压源代码文件:tar xjf
valgrind
-3.7.0.tar.bz2(2) 进入解压后的目录:cd
valgrind
cfeibiao
·
2011-12-15 13:00
valgrind
的用法
valgrind
--tool=memcheck--leak-check=full./main
valgrind
--tool=memcheck--leak-resolution=high.
hbhhww
·
2011-12-13 16:00
struct
System
Arrays
Parameters
compression
variables
linux内存泄漏检查工具
Valgrind
内存检测工具1.ccmalloc-Linux和Solaris下对C和C++程序的简单的使用内存泄漏和malloc调试库。
RunBoying
·
2011-12-06 17:00
windows
linux
Microsoft
工具
profiling
profiler
使用Google performance tools侦测Faad2性能
一个用于堆检查工具,用于检测程序在是够有内存泄露,这个功能和
valgrind
yymcool
·
2011-12-02 19:00
File
Google
performance
tools
profiling
pair
valgrind
占位
内存 http://wenku.baidu.com/view/dc69faa6f524ccbff1218477.html 参考http://apps.hi.baidu.com/share/detail/33363976 mac lion下 sudo chown -R $USER /usr/local sudo chown -R $USER /usr/local/.git bre
haoningabc
·
2011-11-29 22:00
valgrind
valgrind
占位
内存 http://wenku.baidu.com/view/dc69faa6f524ccbff1218477.html 参考http://apps.hi.baidu.com/share/detail/33363976 mac lion下 sudo chown -R $USER /usr/local sudo chown -R $USER /usr/local/.git bre
haoningabc
·
2011-11-29 22:00
valgrind
Valgrind
Valgrind
是什么?
Valgrind
是一个提供程序调试及性能分析的工具集。其包含的工具主要有Memcheck,Cachegrind,Callgrind,Massif等。
iwebcode
·
2011-11-25 14:00
val
linux下的四个C/C++Profile软件
最常用的:gprof需要在使用gcc时加入pg参数最新的:google-perftools使用方法见上面的google-code链接试用版本:intel-vTunes
valgrind
套件中的callgrind
valgrind
jubincn
·
2011-11-21 17:00
内存泄漏检测工具
Valgrind
的使用
博客已搬家至360converter博客平台,此文链接:http://blog.360converter.com/archives/928
huangxiansheng1980
·
2011-11-14 22:00
让程序飞 之 性能工具:
valgrind
–tool=callgrind & kcachegrind
http://blog.dccmx.com/2011/01/callgrind/让程序飞之性能工具:
valgrind
–tool=callgrind&kcachegrinddccmx于2011年一月22日发表
·
2011-11-13 19:00
cache
pthread_create 内存泄漏
valgrind
pthread_create()在使用的过程中遇到的一个问题: 今天在使用线程的时候出现了一个问题,利用
valgrind
监测程序的运行时出现了memoryleak。
jernymy
·
2011-11-10 10:00
JOIN
null
leak
Valgrind
使用简单说明
调不尽的内存泄露,用不完的
Valgrind
(一个介绍程序调试的精彩讲解:http://www.ibm.com/developerworks/cn/linux/l-pow-debug/)
Valgrind
adermxl
·
2011-11-06 18:00
Linux下开发必备工具集-Vim,gdb,
valgrind
, gprof
1.用VIM和ctags/cscope。在linux下提供一个完整的IDE,Vim的快速上手--直接跑一下vimtutor,按照里面的训练要求对vim命令的熟悉。ctags/cscope目的是帮助程序员对程序的浏览。http://easwy.com/blog/archives/vim-cscope-ctags/ 2.GDB工具。这个是GNU提供的一个代码Debug工具,其功能和VS提供的debu
suwei19870312
·
2011-11-03 16:00
linux
vim
性能优化
ide
工具
6.087 Practical Programming in C, lec11
Dynamicmemoryallocation,mallocand
valgrind
,garbagecollection.Review:CstandardlibraryStdio.h•I/Ofunctions
jubincn
·
2011-11-01 22:00
数据结构
c
list
Allocation
structure
Pointers
6.087 Practical Programming in C, lec11
Dynamicmemoryallocation,mallocand
valgrind
,garbagecollection.Review:CstandardlibraryStdio.h•I/Ofunctions
jubincn
·
2011-11-01 22:00
programming
Linux内存泄漏检查工具:
valgrind
valgrind
工具功能很多,可以动态检测程序运行时的问题,其中一项就是检测内存泄漏。
duanbeibei
·
2011-10-31 16:00
command
工具
平台
leak
X86
应用
Valgrind
发现 Linux 程序的内存问题
Valgrind
概述体系结构
Valgrind
是一套Linux下,开放源代码(GPLV2)的仿真调试工具的集合。
Valgrind
由内核(core)以及基于内核的其他调试工具组成。
carzyer
·
2011-10-30 13:00
valgrind
工具之massif
阅读更多今天小试了一把
valgrind
的massif工具。
Goldice
·
2011-10-26 21:00
测试
Linux
C++
开源
上一页
18
19
20
21
22
23
24
25
下一页
按字母分类:
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
其他