Words auxiliary = assistant,help,helper,supporter. vector = a one dimensional array. source: http://www.thefreedictionary.com Application Vector graphics is the use of geometrical primitives such as points, lines, curves, and shapes or polygon(s), which are all based on mat hematical equations, to represent images in computer graphics.Vector graphics formats are complementary to raster graphics, which is the representation …
Tag Archives: vector
operating system auxiliary vector
GDB show’s Auxiliary Vector (gdb) info auxv 33 AT_SYSINFO_EHDR System-supplied DSO’s ELF header 0x7fff68bdf000 16 AT_HWCAP Machine-dependent CPU capability hints 0x78bfbff 6 AT_PAGESZ System page size 4096 17 AT_CLKTCK Frequency of times() 100 3 AT_PHDR Program headers for program 0x400040 4 AT_PHENT Size of program header entry 56 5 AT_PHNUM Number of program headers 8 …
tcp mem vector of 3 integers
$cat /proc/sys/net/ipv4/tcp_mem 40704 54272 81408 $ tcp_mem vector of 3 INTEGERs: min, pressure, max min: below this number of pages TCP is not bothered about its memory appetite. pressure: when amount of memory allocated by TCP exceeds this number of pages, TCP moderates its memory consumption and enters memory pressure mode, which is exited when …