B
B
BadCats2016-08-08 17:08:50
css
BadCats, 2016-08-08 17:08:50

Memory on the stack for a separate thread?

is it possible in c# and in general to allocate memory on the stack for a separate thread - more or less than 1 mb?
they just told me that it is impossible to allocate no more (well, that's okay), but no less.
They say that the processor has five modes of operation (I didn’t go into details) - and under some of these modes on some kind of architecture (an empty word for me - I don’t understand it anyway), you can still allocate more / less memory than 1 mb. Is it so?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Goryachev, 2016-04-11
@KidsBout

overflow-x: scroll should be added NOT to the table, but to the parent block.
In general, look, maybe the table can be rebuilt?
buroultimatum.ru/tseny/

C
crescent, 2016-04-11
@crescent

well, if on bootstap there seems to be a table-responsive class

P
Peter, 2016-08-08
@petermzg

When creating a new thread, you can specify the desired stack size .
Here is a description from MSDN.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question