码迷,mamicode.com
首页 >  
搜索关键字:memory leak    ( 29130个结果
c++, std::shared ptr
0. 1. std::shared_ptr is a smart pointer that retains shared ownership of an object through a pointer. Several shared_ptr objects may own the same obj ...
分类:编程语言   时间:2020-01-21 00:40:14    阅读次数:103
c++, auto_pointer
0. Problem There is no memory leak of the following code, but there are problems. void memory_leak(){ ClassA *ptr = new ClassA(); /* if return here, t ...
分类:编程语言   时间:2020-01-20 22:46:08    阅读次数:94
【5min+】传说中的孪生兄弟? Memory and Span
在上一篇文章:《闪电光速拳? .NetCore 中的Span》中我们提到了在.net core 2.x 所新增的一个类型:Span。但是您会发现它无法用在我们项目的某些地方,它独特的 ref结构 使它没有办法跨线程使用、更没有办法使用Lambda表达式。所以,这个时候如果我们又想跨线程操作数据又想获... ...
分类:其他好文   时间:2020-01-20 19:25:27    阅读次数:99
SAP 内存管理及常见问题
SAP 内存管理及常见问题 1.基于OS的分类和基于SAP的分类 2.内存的相关参数 2.1 EXtended Memory 2.2 Heap Memory 2.3 paging Memory 3.不同SAP kernel 内存的相关参数 4. 内存的分配次序 5. 操作系统的差异 note: 78 ...
分类:其他好文   时间:2020-01-20 15:02:51    阅读次数:187
线程上下文类加载器ContextClassLoader内存泄漏隐患
前提 今天( )在编写 相关代码的时候,从 源码中的 和`GlobalEventExecutor ContextClassLoader Issue`: "ThreadDeathWatcher causes custom classLoader script memory leaks" "Ensure ...
分类:编程语言   时间:2020-01-20 09:20:50    阅读次数:80
[Write-up]Mr-Robot
关于 1. "下载地址" 2. 目标:找到3个Key 3. "哔哩哔哩视频" 。 信息收集 1. 用的是Host only,所以网卡是vmnet1,IP一直是192.168.7.1/24 2. 3. 发现第一个Key【073403c8a58a1f80d943455fb30724b9】,外加一个字典, ...
分类:其他好文   时间:2020-01-19 09:27:30    阅读次数:159
strang mysqld process in KDE,Centos7.7
I can find it in system monitor. but, [systemctl list-unit-files | grep mysql ] did not show anything. After googled, I found it belong to akonadi whi ...
分类:数据库   时间:2020-01-18 22:49:26    阅读次数:165
由memoryCache和diskCache产生的浏览器缓存机制的思考
今天在做项目的优化的时候,使用chrome开发者工具的network发现了细节: 虽然这两个看起来都是从缓存中读取,但还是有一些不一样的! webkit资源的分类 webkit的资源分类主要分为两大类:主资源和派生资源 http状态码 200 from memory cache 不访问服务器,直接读 ...
分类:系统相关   时间:2020-01-18 14:28:32    阅读次数:92
codeup-大整数排序
Problem E: 大整数排序 Time Limit: 1 Sec Memory Limit: 32 MBSubmit: 433 Solved: 198[Submit][Status][Web Board][Creator:Imported] Description 对N个长度最长可达到1000的 ...
分类:编程语言   时间:2020-01-18 12:30:08    阅读次数:80
HyPer: A Hybrid OLTP&OLAP Main Memory Database System Based on Virtual Memory Snapshots
HyPer也是内存数据库 传统数据库基本都是TP,后续出现BI的需求,即AP的需求,传统数据库满足不了 所以出现了数仓,但是需要ETL把TP的数据同步到数仓中,进行AP 哪怕基于列存的实时数仓,也要针对Tp和AP用不同的存储引擎 总之如果要用一套数据结构和系统同时支持TP和AP,之前是没有能做到的 ...
分类:数据库   时间:2020-01-17 20:48:20    阅读次数:92
29130条   上一页 1 ... 70 71 72 73 74 ... 2913 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!