NPN_MemAlloc      114 content/child/npapi/plugin_host.cc   host_funcs_.memalloc = &NPN_MemAlloc;
NPN_MemAlloc      992 content/child/npapi/plugin_host.cc   *value = static_cast<char*>(NPN_MemAlloc(result.length() + 1));
NPN_MemAlloc      112 content/shell/tools/plugin/PluginTest.h   void* NPN_MemAlloc(uint32_t size);
NPN_MemAlloc       66 content/shell/tools/plugin/Tests/PluginScriptableObjectOverridesAllProperties.cpp             char* resultBuffer = static_cast<char*>(pluginTest()->NPN_MemAlloc(bufferLength));
NPN_MemAlloc       65 content/shell/tools/plugin/Tests/SlowNPPNew.cpp             char* resultBuffer = static_cast<char*>(pluginTest()->NPN_MemAlloc(bufferLength));
NPN_MemAlloc      877 third_party/npapi/bindings/npapi.h void*       NP_LOADDS NPN_MemAlloc(uint32_t size);
NPN_MemAlloc      132 third_party/npapi/npspy/common/npp_gate.cpp     fakeNPNFuncs.memalloc         = NPN_MemAlloc;
NPN_MemAlloc      732 third_party/npapi/npspy/extern/plugin/npapi.h void*   NP_LOADDS NPN_MemAlloc(uint32 size);