Definition in file bitmap_allocator.h.
Go to the source code of this file.
|
The constant in the expression below is the alignment required in bytes.
Definition at line 62 of file bitmap_allocator.h. |
|
Mark a memory address as allocated by re-setting the corresponding bit in the bit-map.
Definition at line 677 of file bitmap_allocator.h. |
|
Mark a memory address as free by setting the corresponding bit in the bit-map.
Definition at line 688 of file bitmap_allocator.h. |
|
The number of Bit-maps pointed to by the address pair passed to the function.
Definition at line 461 of file bitmap_allocator.h. |
|
The number of Blocks pointed to by the address pair passed to the function.
Definition at line 453 of file bitmap_allocator.h. |
|
Generic Version of the bsf instruction.
Definition at line 698 of file bitmap_allocator.h. |
|
If true, then the application being compiled will be using threads, so use mutexes as a synchronization primitive, else do no use any synchronization primitives.
Definition at line 81 of file bitmap_allocator.h. |