VECTOR SWEEP

Brand Owner Address Description
VECTORSWEEP REDVECTOR SOFTWARE, INC. 3583 INVESTMENT BLVD., SUITE #3 HAYWARD CA 94545 VECTOR SWEEP;Monitoring of computer systems for security purposes and providing security threat analysis for protecting personal property and public safety, namely, extracting and analyzing communication and application data transmitted over computer and communication systems and networks for the purpose of identifying and protecting against threats, including cyber attacks, terrorism, crime, fraud and theft of intellectual property;Providing a website featuring technology in the field of cyber and information security that enables users to extract and analyze communication and application data transmitted over computer and communication systems and networks for the purpose of identifying and protecting against threats, including cyber attacks, terrorism, crime, fraud and theft of intellectual property;
 

Where the owner name is not linked, that owner no longer owns the brand

   
Technical Examples
  1. An arrangement is provided for using bit vector toggling to achieve concurrent mark-sweep garbage collection in a managed runtime system. A heap may be divided into a number of heap blocks. Each heap block may contain a mark bit vector pointer, a sweep bit vector pointer, and two bit vectors of which one may be initially pointed to by the mark bit vector pointer and used for marking and the other may be initially pointed to by the sweep bit vector pointer and used for sweeping. At the end of the marking phase for a heap block, the bit vector used for marking and the bit vector used for sweeping may be toggled so that marking phase and sweeping phase may proceed concurrently and both phases may proceed concurrently with mutators.