Home
last modified time | relevance | path

Searched refs:charAllocator (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dallocator_test.cpp41 CharAllocator charAllocator; in zero_allocation() local
43 char* buf = charAllocator.allocate(0); in zero_allocation()
44 charAllocator.deallocate(buf, 0); in zero_allocation()
46 charAllocator.deallocate(0, 0); in zero_allocation()
/ndk/tests/device/test-stlport/unit/
Dallocator_test.cpp41 CharAllocator charAllocator; in zero_allocation() local
43 char* buf = charAllocator.allocate(0); in zero_allocation()
44 charAllocator.deallocate(buf, 0); in zero_allocation()
46 charAllocator.deallocate(0, 0); in zero_allocation()