高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】dd-alloc implementation
dd_alloc implementation
dd_alloc implementation
can someone explain how the memory allocation functions in dd_alloc work? are they simple pass-throughs to the c/c++ standard library calls or is there an actual implementation backing them? the reason i ask is because i'm concerned how these functions will interact inside a dll loaded into another process (the microsoft indexing service). if odrxalloc, et al are just wrappers then they should be well-behaved. if they are a custom implementation, then more information is necessary to verify the correctness/robustness of their implementation.
examples/exalloc contains sample implementation.
it can be replaced by client-written code.
sergey slezkin
|