Searched refs:dlmalloc_malloc (Results 1 – 9 of 9) sorted by relevance
43 void *ptr = dlmalloc_malloc(i); in test_allocation()103 void *ptr = dlmalloc_malloc(i*2); in test_allocation_shrink()162 void *ptr = dlmalloc_malloc(i); in test_allocation_expand()288 void *ptr = dlmalloc_malloc(i); in test_allocation_deallocation_expand()362 void *ptr = dlmalloc_malloc(i*sizeof_object); in test_allocation_with_reuse()489 void *ptr = dlmalloc_malloc(i); in test_many_equal_allocation()606 void *ptr = dlmalloc_malloc(i); in test_many_different_allocation()
58 first_mem = dlmalloc_malloc(sizeof(POD)*num_elements*3/2); in allocation_timing_test()59 void *addr = dlmalloc_malloc(1*sizeof(POD)); in allocation_timing_test()61 first_mem = dlmalloc_malloc(sizeof(POD)*num_elements*3/2); in allocation_timing_test()
114 first_mem = bc::dlmalloc_malloc(sizeof(MyInt)*num_elements*3/2); in vector_test_template()
169 return static_cast<pointer>(dlmalloc_malloc(count*sizeof(T))); in allocate()480 return static_cast<pointer>(dlmalloc_malloc(count*sizeof(T))); in allocate()
185 void *ret = dlmalloc_malloc(count*sizeof(T)); in allocate()
157 void *ret = dlmalloc_malloc(count*sizeof(T)); in allocate()
71 void *ret = dlmalloc_malloc(nbytes); in allocate()
37 BOOST_CONTAINER_DECL void* dlmalloc_malloc(size_t bytes);
20 BOOST_CONTAINER_DECL void* dlmalloc_malloc(size_t bytes) in dlmalloc_malloc() function