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

  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
patch_functions.cc 179 kMalloc, kFree, kRealloc, kCalloc,
501 // NULL kFree and kRealloc. See comments below. This is fragile!
528 // It's important we didn't NULL out windows_fn_[kFree] or [kRealloc].
531 // try to call origstub_fn_[kFree/kRealloc] in Perftools_free and
535 CHECK(windows_fn_[kFree]);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
patch_functions.cc 179 kMalloc, kFree, kRealloc, kCalloc,
501 // NULL kFree and kRealloc. See comments below. This is fragile!
528 // It's important we didn't NULL out windows_fn_[kFree] or [kRealloc].
531 // try to call origstub_fn_[kFree/kRealloc] in Perftools_free and
535 CHECK(windows_fn_[kFree]);
    [all...]

Completed in 2559 milliseconds