HomeSort by relevance Sort by last modified time
    Searched refs:alloc0 (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mman_test.cc 112 uptr alloc0 = __sanitizer_get_current_allocated_bytes(); local
125 EXPECT_EQ(alloc0 + 16, __sanitizer_get_current_allocated_bytes());
132 EXPECT_EQ(alloc0, __sanitizer_get_current_allocated_bytes());
  /external/antlr/runtime/Cpp/include/
antlr3memory.hpp 143 ANTLR_INLINE static void* alloc0( std::size_t bytes ) function in class:DefaultAllocPolicy

Completed in 559 milliseconds