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

  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_java.cc 29 struct BlockDesc {
34 BlockDesc()
41 ~BlockDesc() {
61 BlockDesc *heap_shadow;
66 uptr size = heap_size / kHeapAlignment * sizeof(BlockDesc);
67 heap_shadow = (BlockDesc*)MmapFixedNoReserve(kHeapShadow, size);
99 static BlockDesc *getblock(uptr addr) {
104 static uptr USED getmem(BlockDesc *b) {
112 static BlockDesc *getblockbegin(uptr addr) {
113 for (BlockDesc *b = getblock(addr);; b--)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
low_level_alloc_unittest.cc 42 struct BlockDesc {
50 static void CheckBlockDesc(const BlockDesc &d) {
58 static void RandomizeBlockDesc(BlockDesc *d) {
82 typedef map<int, BlockDesc> AllocMap;
85 BlockDesc block_desc;
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
low_level_alloc_unittest.cc 42 struct BlockDesc {
50 static void CheckBlockDesc(const BlockDesc &d) {
58 static void RandomizeBlockDesc(BlockDesc *d) {
82 typedef map<int, BlockDesc> AllocMap;
85 BlockDesc block_desc;

Completed in 320 milliseconds