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
allocator
也谈stl的
allocator
有人说可以重新定制map的分配器(也就是
allocator
)达到目的。真的可以么?先说下
allocator
。。。。
hqin6
·
2010-07-16 17:00
exception
list
vector
struct
delete
reference
STL空间配置器
标准c++中都提供了std::
allocator
类。 当容器中保存的是用户自定义类型数据时,有的数据类型结构简单,占用的空间小;而有的数据类型结构复杂,需要的内存空间大。有的应用
hengshan
·
2010-07-07 21:00
数据结构
c
工作
OS
语言
STL实践指南(二) 收藏
TYPEDEFANSI/ISO字符串游标(Iterator)Set和Map中的排序STL的烦恼之二——错误信息算法(Algorithms)
Allocator
(分配器) EmbedTemplates
fjiale
·
2010-07-07 15:00
算法
String
vector
iterator
iostream
templates
理解memecached内存存储
SlabAllocation机制:整理内存以便重复使用最近的memcached默认情况下采用了名为Slab
Allocator
的机制分配、管理内存。
qiujiayu
·
2010-07-04 15:00
SVN
memcached
脚本
F#
perl
error LNK2005 int __cdecl 解决方案【转】
$
allocator
@Udouble2@@@std@@@std@@Udouble2@@@Z)alreadydefinedin_GlWidget.obj1>Debug/S
hongqiang200
·
2010-06-18 14:00
vector
struct
Class
A Custom Block
Allocator
for Speeding Up VC++ STL
Downloadsourcefiles-6.1KBIntroductionblock_
allocator
isacustomSTL
allocator
forusewithSTLasimplementedinMicrosoftVC
xxxluozhen
·
2010-06-17 17:00
A Custom Block
Allocator
for Speeding Up VC++ STL
Downloadsourcefiles-6.1KBIntroductionblock_
allocator
isacustomSTL
allocator
forusewithSTLasimplementedinMicrosoftVC
tibaloga
·
2010-06-17 17:00
block
重读页面的回收处理笔记2
我们在接着看代码:函数:__alloc_pages_internal,我们可以看到注释:/* *Thisisthe'heart'ofthezonedbuddy
allocator
.
cybertan
·
2010-06-11 16:00
C/C++字符串处理
:Char*/String/StringBuilder/TextPool/Rope许式伟2008-3-20概要在介绍StdExt的时候,我曾经提到,STL设计精良,但是以下几块仍然设计不足(或缺失):
allocator
tellyouatruth
·
2010-06-11 11:00
数据结构
vector
String
basic
iterator
Class
CUJ:标准库:
Allocator
能做什么?
TheStandardLibrarian:WhatAre
Allocator
sGoodFor?
selooloo
·
2010-06-08 22:00
SGI STL空间配置器(STL源码剖析)
SGISTL空间配置器(STL源码剖析)空间配置器的标准接口(根据STL规范)
allocator
::value_type
allocator
::pointer
allocator
::const_pointer
allocator
dead-horse
·
2010-05-28 23:00
FreeBSD zone
allocator
FreeBSD zone
allocator
实现为一个 slab
allocator
,但在细节方面和原始的 slab
allocator
不太一样。
zhxinu
·
2010-04-23 14:00
thread
cache
Access
FreeBSD
Go
C++:::List 用法简单介绍 (杂)
begin()返回指向第一个元素的迭代器clear()删除所有元素empty()如果list是空的则返回trueend()返回末尾的迭代器erase()删除一个元素front()返回第一个元素get_
allocator
gamecreating
·
2010-04-11 15:00
C++
算法
list
vector
iterator
insert
数据流在Filter Graph里的流动
这个sample一般都有一个叫做内存分配器(alloctor)的com对象来创建,这个对象具有IMem
Allocator
接口。
s04023083
·
2010-03-15 14:00
Stream
filter
存储
Graph
buffer
avi
memcached全面剖析–2.理解memcached的内存存储
SlabAllocation机制:整理内存以便重复使用最近的memcached默认情况下采用了名为Slab
Allocator
的机制分配、管理内存。
fangaoxin
·
2010-03-15 10:00
迭代器接口
templateclass
allocator
{public:typedefTvalue_type;typedefT*pointer;typedefconstT*const_pointer;typedefT
andy205214
·
2010-03-10 20:00
struct
reference
map使用
//#include"stdafx.h"#include#includeusingnamespacestd;/*template,class
Allocator
=
allocator
>>classmap;map
chollima
·
2010-03-05 21:00
嵌入式GUI ftk-0.3发布
转载时请注明出处和作者联系方式文章出处:http://www.limodev.cn/blog作者联系方式:李先静 经过春节长假的努力,FTK-0.3如期发布,其主要修改有:引入Ftk
Allocator
接口
absurd
·
2010-03-01 08:00
嵌入式
equals
输入法
dialog
features
portability
一些问题 when using xnamath
所以在使用std::vector的时候就要加一个aligned
allocator
。
iteye_14721
·
2010-02-28 21:00
allocator
使用
//
allocator
Study.cpp:Definestheentrypointfortheconsoleapplication.
chollima
·
2010-02-25 19:00
delete
C++模板来实现一个通用的内存池.
C++模板来实现一个通用的内存池.从最简单的入手1.实现一个固定大小的
allocator
//分配固定大小内存块的模板类,内部缓存算法自己实现了,//我用的是预分配+回收cache链//即分配时先检查回收链有无数据
doing5552
·
2010-02-22 00:00
【STL】STL基础
一、STL组成1、六大组件容器(Container)、算法(Algorithm)、迭代器(Iterator)仿函数(FunctionObject)、适配器(Adapter)、空间配置器(
allocator
guansir
·
2010-01-27 12:00
Algorithm
算法
function
vector
iterator
permutation
C++的中英文字符串表示(string,wstring)
在C++中字符串类的string的模板原型是basic_string template , class _Ax =
allocator
>class basic_string{}; 第一个参数
s04023083
·
2010-01-21 10:00
C++
c
String
basic
Class
语言
Miser–A Dynamically Loadable Memory
Allocator
for Multi-Threaded Applications
WhileworkingwithanearlyCilk++adopter,itquicklybecameapparentthatthedefaultmemory
allocator
shippedwithth
wanglei5695312
·
2010-01-20 18:00
CString的GetBuffer
fromTaglistGetBuffer 说明:MFC函数所属类:CString,CBookMark,CBase
Allocator
介绍,CString:GetBuffer;MSDN对该函数的解释:Thismethodretrievesapointertotheinternalcharacterbufferfor
ys_w
·
2010-01-20 16:00
String
null
buffer
character
FP
reference
memcached全面剖析–2.理解memcached的内存存储
tech.idv2.com/2008/07/11/memcached-002/SlabAllocation机制:整理内存以便重复使用SlabAllocation的主要术语在Slab中缓存记录的原理Slab
Allocator
gtuu0123
·
2010-01-16 22:00
server
memcached
Class
character
缓存服务器
Allocation
并发内存分配问题以及TBB的解决方案
在C++里我们可以用自定义内存分配器代替std::
allocator
,ThreadingBuildingBlocks就提供了一个与std::
allocator
兼容的
wanglei5695312
·
2010-01-09 21:00
并发内存分配问题以及TBB的解决方案
在C++里我们可以用自定义内存分配器代替std::
allocator
,ThreadingBuildingBlocks就提供了一个与std::
allocator
兼容的可扩展内存分配器。
wanglei5695312
·
2009-12-29 16:00
多线程
cache
vector
扩展
float
parallel
读书笔记:STL源码剖析的再剖析 -
allocator
配置器
读书笔记:STL源码剖析的再剖析-
allocator
配置器 [原创文章欢迎转载,但请保留作者信息]Justin于2009-10-28看的版本是侯捷的繁体版,有些术语乃至字都有些难懂。
Note of Justin
·
2009-12-15 11:00
ACE的内存管理
第一组是那些基于ACE_
Allocator
的类。这组类使用动态绑定和策略模式来提供灵活性和可扩展性。它们只能用于局
byxdaz
·
2009-12-12 18:00
server
unix
OS
服务器
null
扩展
ACE的内存管理
第一组是那些基于ACE_
Allocator
的类。这组类使用动态绑定和策略模式来提供灵活性和可扩展性
javasogo
·
2009-12-12 18:00
thread
应用服务器
unix
配置管理
OS
Solaris Source Insight: PCI bus driver moduls - misc/busra module
{ margin: 0.79in } P { margin-bottom: 0.08in } --> Implementation of misc/busra (Bus Resource
Allocator
javasee
·
2009-12-04 15:00
Solaris
The Standard Librarian: What Are
Allocator
s Good For?
TheStandardLibrarian:WhatAre
Allocator
sGoodFor?
yacper
·
2009-11-15 14:00
A Custom Block
Allocator
for Speeding Up VC++ STL
http://www.codeproject.com/KB/stl/block
allocator
.aspxDownloadsourcefiles-6.1KBIntroductionblock_
allocator
yacper
·
2009-11-15 03:00
内嵌变长数据结构范例——trbstrmap
使用大多数情况下trbstrmap//Compare是可选的,
allocator
总在类范围,可以修改:trbstr
whinah
·
2009-11-03 22:00
多线程
数据结构
String
struct
tree
iterator
内嵌变长数据结构范例——trbstrmap
使用大多数情况下trbstrmap//Compare是可选的,
allocator
总在类范围,可以修改:trbstr
febird
·
2009-11-03 17:00
多线程
数据结构
Google
SGI源码注释之stl_vector.h初窥
template<class_Tp,class_
Allocator
,bool_IsStatic>class_Vector_alloc_base{public:typedeftypename_Alloc_traits
hackyz
·
2009-10-28 21:00
vector
iterator
Class
insert
reference
templates
金山软件2009年中南大学笔试题(JAVA)
提示,set类的模板参数为:template,class_Al=
allocator
>class
do2jiang
·
2009-10-15 22:00
java
数据结构
Integer
Class
byte
金山
linux2.6 的 slab alloctor 结构分析
Tosolvetheexternalfragementation,LinuxjustimplemnetedtheBuddyAlgorithm
Allocator
.Butwhatifwewanttoallocatethesmallortinymemory
thewayma
·
2009-10-03 17:00
C++ 标准库中函数所对应的头文件
=========================================abort accumulate
allocator
pcfeng502
·
2009-09-23 08:00
BrowseInfo ShellExcute
ItemIDlistCStringsFolder;LPMALLOCpMalloc;//GetstheShell'sdefault
allocator
if(::SHGetMalloc(&pMalloc)==
dream199029
·
2009-09-06 16:00
windows
Microsoft
活动
null
邮件服务器
protocols
Stdext
Allocator
s Graph
出处:http://blog.krzycube.net/stdext-
allocator
s-graph/---从2006年到2009年初,虽然WINX的作者(@xushiwei)大多时间就在我身边,不过我一直对这东西兴趣缺缺
javatoyou
·
2009-08-24 22:00
.net
Blog
C++标准库和对应头文件
abort accumulate
allocator
auto_ptr
gcxqwj
·
2009-08-20 17:00
Algorithm
C++
exception
vector
iterator
pair
简版 容器vector 实现
这里用到
allocator
模板类该类内部封装了如下方法:templateclass
allocator
{
Good Good code,Day Day up
·
2009-08-12 15:00
C++ 标准库中的
allocator
是多余的
C++ 标准库中的
allocator
是多余的 我认为C++的
allocator
是依赖注入的一次失败的尝试。
izuoyan
·
2009-08-02 12:00
C++
c
C#
C++ 标准库中的
allocator
是多余的
C++ 标准库中的
allocator
是多余的 我认为C++的
allocator
是依赖注入的一次失败的尝试。
ihuashao
·
2009-08-02 12:00
C++
c
C#
C++ 标准库中的
allocator
是多余的
C++ 标准库中的
allocator
是多余的 我认为C++的
allocator
是依赖注入的一次失败的尝试。
beifenggo
·
2009-08-02 12:00
C++
c
C#
C++ 标准库中的
allocator
是多余的
C++标准库中的
allocator
是多余的我认为C++的
allocator
是依赖注入的一次失败的尝试。
Solstice
·
2009-08-02 12:00
C++
vector
library
任务
iostream
wrapper
使用c/c++中的垃圾收集库——libgc
但是,libgc不会检测使用libgc以外的
allocator
分配的内存空间,也不会对其进行自动的释放。
freedom2028
·
2009-07-27 14:00
object
gcc
工具
leak
The Standard Librarian: What Are
Allocator
s Good For?
topic=experts--------------------------------------------------------------------------------
Allocator
rickypc
·
2009-07-23 15:00
上一页
34
35
36
37
38
39
40
41
下一页
按字母分类:
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
其他