OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CharAllocator
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
allocator_test.cpp
40
typedef allocator<char>
CharAllocator
;
41
CharAllocator
charAllocator
;
43
char* buf =
charAllocator
.allocate(0);
44
charAllocator
.deallocate(buf, 0);
46
charAllocator
.deallocate(0, 0);
/ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp
40
typedef allocator<char>
CharAllocator
;
41
CharAllocator
charAllocator
;
43
char* buf =
charAllocator
.allocate(0);
44
charAllocator
.deallocate(buf, 0);
46
charAllocator
.deallocate(0, 0);
/ndk/tests/device/test-stlport/unit/
allocator_test.cpp
40
typedef allocator<char>
CharAllocator
;
41
CharAllocator
charAllocator
;
43
char* buf =
charAllocator
.allocate(0);
44
charAllocator
.deallocate(buf, 0);
46
charAllocator
.deallocate(0, 0);
Completed in 29 milliseconds