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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc 684 union { void* alignment; char buf[sizeof(SymbolTable)]; } tablebuf; local
685 SymbolTable* symbolization_table = new (tablebuf.buf) SymbolTable;
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc 688 union { void* alignment; char buf[sizeof(SymbolTable)]; } tablebuf; local
689 SymbolTable* symbolization_table = new (tablebuf.buf) SymbolTable;
    [all...]

Completed in 341 milliseconds