memory tag

20 questions


1 answers
136 views
0
Want to initialize memory from Intel processors

I want to initialize memory from Intel processor, but there is no specification.Where is it?https://www.intel.co.jp/content/dam/www/public/ijkk/jp/ja/documents/developer/IA32_Arh_Dev_Man_Vol3_i.pdf#pa...

2 years ago

1 answers
130 views
0
What is stack allocation and heap allocation in C?

When you get memory allocation, there's a stack allocation and there's a heap allocation. What's the difference?

2 years ago

1 answers
157 views
0
Is there a way to determine the size of the object in Python?

In C/C++, I found out by using sizeof()I wonder if Python has a similar function. I am writing an XML file that determines the size of the value by the size of the fieldYou should always check the fie...


1 answers
67 views
0
Is C assigned a stack for every {}?

void foo() { int c[100]; { int d[200]; } //d[0]=1; //Error return;}It's not a situation like if or for, it's just another {}As I left the block, I couldn't write d.The professor said {} is a block in...

2 years ago

1 answers
138 views
0
What is the best way to determine the size of an object in Java?

For example, you have an application that allows you to read CSV files that are stored, separated by rows of data. You want to summarize the number of rows based on the data type and provide it to the...

2 years ago

1 answers
138 views
0
MFC(C++) CPU, memory check question.

Leave program number 1 (ex: Test program) running (just for CPU state, memory state change) Run program number 2 (ex: check program) Select the program you want to monitor as program number 1 and The ...

2 years ago

1 answers
76 views
0
Method in Python

Hello.When you create an object with Python, the line gets a little longer. The line is this long. Each object has an INSwhen it's turned.Each individual has this long line of source code? There are t...

2 years ago

1 answers
65 views
0
Will objects continue to pile up in memory when creating objects within Python for?

Rotate the for statement from the main.The contents of the for statement create a class object Afor i in range(n): obj_A = make_obj_A()The generated object A generates a myriad of other class objects ...

2 years ago

1 answers
156 views
0
I implemented the Rest server, but even if JSONObject frees, memory leaks continue to occurㅜ

First of all, I would like to thank the people who read the questions.While implementing the pad server with delphi(tokyo) version, there is a memory leak in the process of creating multiple api and p...

2 years ago

1 answers
75 views
0
Python. Insufficient memory

You want to continue to save data by scratching it on the web at regular intervals.However, if you keep collecting data for several days, you may run out of memory if you have it as an object on Pytho...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.