Home
last modified time | relevance | path

Searched refs:allocator_allocate_object (Results 1 – 5 of 5) sorted by relevance

/hyp/interfaces/allocator/include/
A Dallocator.h16 allocator_allocate_object(allocator_t *allocator, size_t size,
/hyp/mem/memdb/tests/
A Dtest.c155 res = allocator_allocate_object(&partition.allocator, obj_size, in test1()
170 res = allocator_allocate_object(&partition.allocator, obj_size2, in test1()
243 res = allocator_allocate_object(&partition.allocator, obj_size1, in test2()
257 res = allocator_allocate_object(&partition.allocator, obj_size2, in test2()
359 res = allocator_allocate_object(&partition.allocator, obj_size1, in test3()
375 res = allocator_allocate_object(&partition.allocator, obj_size2, in test3()
515 res = allocator_allocate_object(&partition.allocator, obj_size1, in test4()
530 res = allocator_allocate_object(&partition.allocator, obj_size2, in test4()
693 res = allocator_allocate_object(&partition.allocator, obj_size1, in test5()
708 res = allocator_allocate_object(&partition.allocator, obj_size2, in test5()
[all …]
/hyp/core/partition_standard/src/
A Dpartition.c32 ret = allocator_allocate_object(&partition->allocator, bytes, in partition_alloc()
/hyp/mem/allocator_list/src/
A Dfreelist.c446 allocator_allocate_object(allocator_t *allocator, size_t size, in allocator_allocate_object() function
/hyp/mem/memdb_gpt/src/
A Dmemdb.c189 void_ptr_result_t res = allocator_allocate_object( in create_level()

Completed in 67 milliseconds