Re: void pointers
Ben Bacarisse wrote:
CBFalconer <cbfalconer@xxxxxxxxx> writes:
.... snip ...
You are definitely on the wrong group. We deal with standard C,
and things programmable in standard C.
That does not seem to be the case. For example, you discussed your
allocator here and I doubt that is programmable in standard C.
Huh? What is this 'allocator' jazz? One of us is confused.
--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <
http://cbfalconer.home.att.net>
Try the download section.
.
Relevant Pages
- "free space" with declared type
... and not exhausting the architectures ... >because it might have to align for a type you don't need). ... you could have a separate allocator for each type. ... Not imposing any task model and therefore not leaving the standard ... (comp.lang.c) - Re: "available for further allocation"?
... well (using a cell-based allocator for smaller objects, ... It would be nice if the language of the Standard was more explicit on this matter. ... we accumulate bills into a wallet, and try to use up the smallest bills first when performing transactions. ... this can be compared to the small but frequent memory objects found in memory allocators. ... (comp.std.c) - Re: "available for further allocation"?
... (using a cell-based allocator for smaller objects, ... It would be nice if the language of the Standard was more explicit on this matter. ... we accumulate bills into a wallet, and try to use up the smallest bills first when performing transactions. ... this can be compared to the small but frequent memory objects found in memory allocators. ... (comp.std.c) - Re: Heap management
... > to involve heap_alloc and similar function to generalize standart ... the standard library, but then the linker tends to complain on hosted ... If I wrote an allocator using the union of all allocatable objects fo ... > optimized to use less space with the help of system specific alignment ... (comp.lang.c) - Avoiding external fragmentation with a placement policy Version 11
... Removed all the additional buddy allocator statistic code ... Elimated three zone fields that can be lived without ... Changelog since V9 ... Many micro-optimisations to have the same performance as the standard ... (Linux-Kernel) |
|