answersLogoWhite

0


Best Answer

Generally this will be part of an error message telling you that your environment ran out of memory when it tried to execute the command at the 100th line of your code.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does 'out of memory at line 100' mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is SIMM type of RAM?

Yes. A SIMM is a single in-line memory module. All this really means is that contacts on both sides of the module are redundant. SIMM was replaced with DIMM (dual in-line memory module).


How do you write a C plus plus statement to allocate memory cells dynamically and store the memory address in a pointer to an integer named gred?

int * gred ; gred = new int [100] ; // this example snippet creates 100 ints


What do you mean by off-chip memory in microcontroller?

The memory that is use externally when microcontroller works in expanded mode for special cases .


Calloc allocates a block of memory for an array of elements of a certain size?

No. The calloc function allocates a block of memory for a count of a specific type. The size of the type is already known to the compiler so does not need to be specified, it will automatically multiply the type's size by the count. With malloc, you have to allocate memory in bytes, therefore you need to calculate exactly how many bytes you will need for a given type and the number of elements of that type. Examples (allocate 100 integers): int* p = (int*) malloc (sizeof (int) * 100); int* q = (int*) calloc (int, 100); Note also that malloc does not initialise the memory whereas calloc does (the allocated memory is initialised with the value zero). As such, malloc is more efficient when you want to initialise the memory by copying from other memory. That is, there's no point initialising memory you're going to initialise manually, so long as you don't access that memory before it is initialised.


What is a malloc function in C programming with example?

The malloc() function is part of a class of functions that deal with the allocation of memory on the heap. int *a = malloc (sizeof (int) * 100); /* allocate 100 int's */ if (a == NULL) {...} /* deal with possible malloc failure */ /* use a, either as pointer or as array of 100 ints */ free (a); /* release memory back to the library */

Related questions

What does DIMM 240-pin mean?

dual in-line memory module with 240 pins


SIMM and DIMM?

Single in-line memory module and dual in-line memory module.


How do you fix error Out of memory at line 23?

Can you tell me how to fix error Out of memory at line 23?


What the computer term DIMM stands for?

dual in-line memory module


What is 8x plus 5y100?

If you mean 8x+5y = 100 then it is a straight line equation


How much memory human being having?

If you mean in terms of binary, it would probably be equivalent to about 100 billion bits.


What does 'stack overflow at line 1776' mean?

This probably means that the stack ran out of memory when the program reached line 1776. This is in many cases caused by a function that calls itself too many times, since each function call takes up memory on the stack and that memory is not returned until the function exits.


A rambus memory module is called?

RIMM (Rambus in-line memory module) - as opposed to a DIMM (dual in-line memory module). Also referred to as an RDRAM module.


What does in memorium mean?

In memory,........... to the memory of


What is the time line for a beluga whales?

if you mean how old do they get they live 75 to 100 years old


How do you fix out of memory line 18?

kvvamSvmvmmbosdbMKOMB[


How low and high can you get memory for a flash drive?

5$ to 100$ depend on their memory size