Changeset 64f3d3b in mainline for kernel/generic/include/adt/bitmap.h


Ignore:
Timestamp:
2013-09-12T00:47:42Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a0a4d8, 4a5f2b0
Parents:
33c058fe
Message:

basic optimizations of the bitmap allocator
(still not using the 2nd level bitmap)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/adt/bitmap.h

    r33c058fe r64f3d3b  
    9191
    9292extern int bitmap_allocate_range(bitmap_t *, size_t, size_t, size_t, size_t *);
    93 extern void bitmap_free_range(bitmap_t *, size_t, size_t);
    9493extern void bitmap_copy(bitmap_t *, bitmap_t *, size_t);
    9594
Note: See TracChangeset for help on using the changeset viewer.