Searched refs:memalloc (Results 1 – 10 of 10) sorted by relevance
165 char* mem = static_cast<char*>(browser->memalloc(4)); in testGetProperty()196 …*value = (NPIdentifier*)browser->memalloc(NUM_ENUMERATABLE_TEST_IDENTIFIERS * sizeof(NPIdentifier)… in testEnumerate()
288 char* buf = static_cast<char*>(browser->memalloc(strlen(originalString) + 1)); in pluginGetProperty()334 char* buf = static_cast<char*>(browser->memalloc(256)); in pluginGetProperty()
121 …browser->memalloc = (NPN_MemAllocProcPtr)functionPointerForTVector((TransitionVector)browserFuncs-… in main()
126 m_browserFuncs.memalloc = NPN_MemAlloc; in load()
152 funcs->memalloc = NPN_MemAlloc; in initializeExtraBrowserFuncs()
299 m_browserFuncs.memalloc = NPN_MemAlloc; in initializeBrowserFuncs()
136 NPN_MemAllocProcPtr memalloc; member
447 …browserFuncs.memalloc = (NPN_MemAllocProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_MemAll…560 browserFuncs.memalloc = NPN_MemAlloc;
902 netscapeFuncs.memalloc = NPN_MemAlloc; in initializeBrowserFuncs()
61626 * thirdparty/glu/libtess/memalloc.c: Added.61627 * thirdparty/glu/libtess/memalloc.h: Added.