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

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
main.cpp 32 gl::Current *current = (gl::Current*)LocalAlloc(LPTR, sizeof(gl::Current));
  /external/chromium_org/third_party/angle_dx11/src/libEGL/
main.cpp 46 egl::Current *current = (egl::Current*)LocalAlloc(LPTR, sizeof(egl::Current));
  /external/chromium_org/base/win/
metro.cc 113 wchar_t* dest = reinterpret_cast<wchar_t*>(LocalAlloc(LPTR, dest_size));
  /external/chromium_org/tools/memory_watcher/
memory_hook.cc 65 // LocalAlloc routines
175 DECLARE_PATCH(LocalAlloc);
381 // LocalAlloc is built atop HeapAlloc anyway. So we don't track these.
382 // LocalAlloc will internally call into HeapAlloc and we track there.
466 INSTALL_PATCH(LocalAlloc);
499 UNINSTALL_PATCH(LocalAlloc);

Completed in 315 milliseconds