Hello, We're using libcelt in a multi-threaded application and it would be great to have these two things: - a user defined allocator so we can use our own version of malloc and free without having to hack at the sources. - if it was thread safe in general. -Pascal