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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
symbolize.cc 37 #include "symbolize.h"
43 #include <sys/socket.h> // for socketpair() -- needed by Symbolize
46 #include <sys/wait.h> // for wait() -- needed by Symbolize
92 // Prints an error message when you can't run Symbolize().
115 // Returns number of symbols read on error. If can't symbolize, returns 0
117 int SymbolTable::Symbolize() {
123 if (argv0 == NULL) { // can't call symbolize if we can't figure out our name
  /external/chromium_org/third_party/tcmalloc/vendor/src/
symbolize.cc 37 #include "symbolize.h"
43 #include <sys/socket.h> // for socketpair() -- needed by Symbolize
46 #include <sys/wait.h> // for wait() -- needed by Symbolize
97 // Prints an error message when you can't run Symbolize().
120 // Returns number of symbols read on error. If can't symbolize, returns 0
122 int SymbolTable::Symbolize() {
128 if (argv0 == NULL) { // can't call symbolize if we can't figure out our name
  /external/chromium_org/tools/tcmalloc/
print-live-objects.py 41 def Symbolize(binary, traces):
78 Symbolize(argv[1], traces)

Completed in 41 milliseconds