Searched refs:memalloc (Results 1 – 15 of 15) sorted by relevance
77 memalloc.h \93 memalloc.c \
39 memalloc.o \
20 '../third_party/glu/libtess/memalloc.c',21 '../third_party/glu/libtess/memalloc.h',
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()
22 - In memalloc.h, the include of malloc.h was changed to an include
126 m_browserFuncs.memalloc = NPN_MemAlloc; in load()
299 m_browserFuncs.memalloc = NPN_MemAlloc; in initializeBrowserFuncs()
136 NPN_MemAllocProcPtr memalloc; member
152 funcs->memalloc = NPN_MemAlloc; in initializeExtraBrowserFuncs()
447 …browserFuncs.memalloc = (NPN_MemAllocProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_MemAll…560 browserFuncs.memalloc = NPN_MemAlloc;
436 third_party/glu/libtess/memalloc.c \
902 netscapeFuncs.memalloc = NPN_MemAlloc; in initializeBrowserFuncs()
61626 * thirdparty/glu/libtess/memalloc.c: Added.61627 * thirdparty/glu/libtess/memalloc.h: Added.