Home
last modified time | relevance | path

Searched refs:dlmalloc_alloc (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/container/test/
Dalloc_basic_test.cpp23 void *ptr = dlmalloc_alloc(50, 98, &received); in basic_test()
/third_party/boost/boost/container/detail/
Ddlmalloc.hpp71 BOOST_CONTAINER_DECL void* dlmalloc_alloc(size_t minbytes, size_t preferred_bytes, size_t *received…
/third_party/boost/libs/container/src/
Ddlmalloc.cpp72 BOOST_CONTAINER_DECL void* dlmalloc_alloc in dlmalloc_alloc() function