May 31, 2021 Announce » Re: LWDR (Light Weight D Runtime) for Microcontrollers v0.2.3 | |||
|---|---|---|---|
| |||
...rtosbackend_heapalloc(size);
allocations.add(ptr);
return allocations;
}
void deallocateMemory(void* ptr)
{
allocations.removeLastOccurenceOf(ptr... | |||
May 30, 2021 Announce » Re: LWDR (Light Weight D Runtime) for Microcontrollers v0.2.3 | |||
|---|---|---|---|
| |||
...to develop a solution that tracks memory allocations and exposes a simplified interface to the... | |||
May 30, 2021 General » Re: Let's get the semantic around closure fixed. | |||
|---|---|---|---|
| |||
...nogc needs to trigger n leaks, not allocations, and this is one more example as... | |||
May 30, 2021 Announce » Re: LWDR (Light Weight D Runtime) for Microcontrollers v0.2.3 | |||
|---|---|---|---|
| |||
...and then manually free all it's allocations. Quickly looking, the implementation looks very portable... | |||
May 30, 2021 Announce » LWDR (Light Weight D Runtime) for Microcontrollers v0.2.3 | |||
|---|---|---|---|
| |||
...language features: - Class allocations and deallocations (via new and delete) - Struct heap allocations and deallocations... | |||
May 29, 2021 Learn » Re: Working with ranges | |||
|---|---|---|---|
| |||
...iterator like `array[]` saves me expensive GC-allocations. When I only want to access a... | |||
May 21, 2021 General » Re: Let's get the semantic around closure fixed. | |||
|---|---|---|---|
| |||
...is going on here and elide the allocations. @nogc might not pass that though since... | |||
May 20, 2021 General » Re: Let's get the semantic around closure fixed. | |||
|---|---|---|---|
| |||
...are already hidden allocations, so consistency dictates we deal with inner allocations the same way... | |||
May 20, 2021 General » Re: Let's get the semantic around closure fixed. | |||
|---|---|---|---|
| |||
...too, and C++ types dont like hidden allocations at all. What they do instead is... | |||
May 20, 2021 General » Re: Let's get the semantic around closure fixed. | |||
|---|---|---|---|
| |||
...programmers who want to find/avoid GC allocations in their programs already have plenty of... | |||
Copyright © 1999-2021 by the D Language Foundation