Searched defs:MODULEENTRY32 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsysinfo.h200 // MODULEENTRY32. Tlhelp32.h #defines the W variant, but not the A.
204 # ifdef MODULEENTRY32 // Alias of W
205 # undef MODULEENTRY32 macro
206 MODULEENTRY32 module_; // info about current dll (and dll iterator)
207 # define MODULEENTRY32 MODULEENTRY32W macro
209 MODULEENTRY32 module_; // info about current dll (and dll iterator)
H A Dsysinfo.cc69 #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 macro
80 #endif /* MODULEENTRY32 */
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsysinfo.h200 // MODULEENTRY32. Tlhelp32.h #defines the W variant, but not the A.
204 # ifdef MODULEENTRY32 // Alias of W
205 # undef MODULEENTRY32 macro
206 MODULEENTRY32 module_; // info about current dll (and dll iterator)
207 # define MODULEENTRY32 MODULEENTRY32W macro
209 MODULEENTRY32 module_; // info about current dll (and dll iterator)
H A Dsysinfo.cc64 #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 macro
75 #endif /* MODULEENTRY32 */

Completed in 1054 milliseconds