Searched refs:g_module_libcs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc393 static LibcInfo* g_module_libcs[] = { member in namespace:__anon15581
512 imod < sizeof(g_module_libcs)/sizeof(*g_module_libcs); imod++) {
513 if (g_module_libcs[imod]->is_valid() &&
514 this->windows_fn(ifn) == g_module_libcs[imod]->windows_fn(ifn)) {
625 for (int i = 0; i < sizeof(g_module_libcs)/sizeof(*g_module_libcs); i++) {
626 if (!g_module_libcs[i]->is_valid()) { // found an empty spot to add!
674 // g_module_libcs and see if any of those are *not* in the modules
700 // Now we handle the unpatching of modules we have in g_module_libcs
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc393 static LibcInfo* g_module_libcs[] = { member in namespace:__anon15630
512 imod < sizeof(g_module_libcs)/sizeof(*g_module_libcs); imod++) {
513 if (g_module_libcs[imod]->is_valid() &&
514 this->windows_fn(ifn) == g_module_libcs[imod]->windows_fn(ifn)) {
625 for (int i = 0; i < sizeof(g_module_libcs)/sizeof(*g_module_libcs); i++) {
626 if (!g_module_libcs[i]->is_valid()) { // found an empty spot to add!
674 // g_module_libcs and see if any of those are *not* in the modules
700 // Now we handle the unpatching of modules we have in g_module_libcs
[all...]

Completed in 61 milliseconds