Searched refs:dataPointer (Results 1 – 3 of 3) sorted by relevance
88 char *dataPointer = (char *)((char *)mem + sizeof(DympMemory)); in DympDestroyPool() local91 DympItemType *item = (DympItemType *)(dataPointer); in DympDestroyPool()95 dataPointer += offset; in DympDestroyPool()123 char *dataPointer = FILLP_NULL_PTR; in DympExpandMemory() local139 dataPointer = (char *)((char *)mem + sizeof(DympMemory)); in DympExpandMemory()146 DympItemType *item = (DympItemType *)(dataPointer); in DympExpandMemory()148 dataPointer += offset; in DympExpandMemory()
44 virtual void CacheData(std::string &dumpFileName, void* dataPointer, size_t dataLength) = 0;
80 void CacheData(std::string &dumpFileName, void* dataPointer, size_t dataLength) override;