browse words by letter
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
descriptor |
1 definition found From The Free On-line Dictionary of Computing (13 Mar 01) [foldoc]: descriptorAn integer, string or other small data value which refers to one of several objects allocated to a program by the {operating system}, usually the {kernel}. A common example is a {Unix} {file descriptor} which is a small integer that identifies an I/O channel. Another example is a reference to an area of memory (e.g. {shared memory}). Compare {capability}. (1998-02-06)