Home | History | Annotate | Download | only in npapi

Lines Matching defs:NPN_MemAlloc

115   host_funcs_.memalloc = &NPN_MemAlloc;
318 void* NPN_MemAlloc(uint32_t size) {
987 *value = static_cast<char*>(NPN_MemAlloc(result.length() + 1));