Home
last modified time | relevance | path

Searched refs:dlmalloc_size (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/container/test/
Dalloc_basic_test.cpp24 if(dlmalloc_size(ptr) != received) in basic_test()
37 if(dlmalloc_size(ptr) != received) in basic_test()
58 if(dlmalloc_size(ptr) != received) in basic_test()
/third_party/boost/boost/container/detail/
Ddlmalloc.hpp35 BOOST_CONTAINER_DECL size_t dlmalloc_size(const void *p);
/third_party/boost/libs/container/src/
Ddlmalloc.cpp17 BOOST_CONTAINER_DECL size_t dlmalloc_size(const void *p) in dlmalloc_size() function
/third_party/boost/libs/container/bench/
Dbench_alloc.cpp60 capacity = dlmalloc_size(addr)/sizeof(POD); in allocation_timing_test()
/third_party/boost/boost/container/
Dadaptive_pool.hpp199 { return dlmalloc_size(p); } in size()
503 { return dlmalloc_size(p); } in size()
Dallocator.hpp242 return dlmalloc_size(p); in size()
Dnode_allocator.hpp204 return dlmalloc_size(p); in size()