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

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.h 200 // MODULEENTRY32. Tlhelp32.h #defines the W variant, but not the A.
204 # ifdef MODULEENTRY32 // Alias of W
205 # undef MODULEENTRY32
206 MODULEENTRY32 module_; // info about current dll (and dll iterator)
207 # define MODULEENTRY32 MODULEENTRY32W
209 MODULEENTRY32 module_; // info about current dll (and dll iterator)
sysinfo.cc 69 #ifdef MODULEENTRY32
71 // MODULEENTRY32. Tlhelp32.h #defines the W variant, but not the A.
72 // In unicode mode, tlhelp32.h #defines MODULEENTRY32 to be
75 #undef MODULEENTRY32
80 #endif /* MODULEENTRY32 */
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.h 200 // MODULEENTRY32. Tlhelp32.h #defines the W variant, but not the A.
204 # ifdef MODULEENTRY32 // Alias of W
205 # undef MODULEENTRY32
206 MODULEENTRY32 module_; // info about current dll (and dll iterator)
207 # define MODULEENTRY32 MODULEENTRY32W
209 MODULEENTRY32 module_; // info about current dll (and dll iterator)
sysinfo.cc 64 #ifdef MODULEENTRY32
66 // MODULEENTRY32. Tlhelp32.h #defines the W variant, but not the A.
67 // In unicode mode, tlhelp32.h #defines MODULEENTRY32 to be
70 #undef MODULEENTRY32
75 #endif /* MODULEENTRY32 */
    [all...]

Completed in 616 milliseconds