HomeSort by relevance Sort by last modified time
    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 68 milliseconds