CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - allocator
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - allocator - List
[
Other
]
BasicString_src
DL : 0
There are two reasons that urged me to create one more string class, in spite of the fact that so many of them already exist. Let s consider the following scenarios: TCHAR-based application extensively using COM, the functions/interface methods of which are WCHAR-based. TCHAR-based application working with network protocols, which normally make use of ASCII. Passing strings across module borders (between an executable and a DLL or between DLLs). In this situation, strings are required to use some global memory allocator (such as GlobalAlloc, CoTaskMemAlloc, or VirtualAlloc). Necessity to have strings that are compared case-insensitively by default. Sometimes, it is desirable as well to compare case-sensitive strings in a case-insensitive manner and vice versa. Any combination of the previous scenarios or any situation when different kinds of strings must be used jointly. -There are two reasons that urged me to create one more string class, in spite of the fact that so many of them already exist. Let s consider the following scenarios: TCHAR-based application extensively using COM, the functions/interface methods of which are WCHAR-based. TCHAR-based application working with network protocols, which normally make use of ASCII. Passing strings across module borders (between an executable and a DLL or between DLLs). In this situation, strings are required to use some global memory allocator (such as GlobalAlloc, CoTaskMemAlloc, or VirtualAlloc). Necessity to have strings that are compared case-insensitively by default. Sometimes, it is desirable as well to compare case-sensitive strings in a case-insensitive manner and vice versa. Any combination of the previous scenarios or any situation when different kinds of strings must be used jointly.
Date
: 2025-12-21
Size
: 23kb
User
:
ljm
[
Other
]
source11
DL : 0
稿件名称:小块内存分配器设计与实现 程序名称:SmallMemAlloc.h-Article Name: small memory allocator Design and Implementation of Program Name: SmallMemAlloc.h
Date
: 2025-12-21
Size
: 11kb
User
:
sa
[
Other
]
main
DL : 0
这是个关于高性能堆分配器的代码.它将告诉用户如何扩张分配器来得到调试功能以及额外的接口功能-High Performance Heap Allocator
Date
: 2025-12-21
Size
: 3kb
User
:
skybluse
[
Other
]
allocatorTest
DL : 0
C++的分配内存问题,十分简单的小程序用来测试使用。-allocator for memery for C++
Date
: 2025-12-21
Size
: 3kb
User
:
wang
[
Other
]
dover_euntime
DL : 0
小块内存分配器设计与实现,实用于VC,很好用的源码-Small pieces of memory allocator design and implementation, practical in VC, useful source
Date
: 2025-12-21
Size
: 10kb
User
:
uycngak
[
Other
]
Memory_malloc
DL : 0
Memory allocator source code for embedded systems
Date
: 2025-12-21
Size
: 81kb
User
:
Bork
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.