Searched refs:allocator_allocate_object (Results 1 – 5 of 5) sorted by relevance
| /hyp/interfaces/allocator/include/ |
| A D | allocator.h | 16 allocator_allocate_object(allocator_t *allocator, size_t size,
|
| /hyp/mem/memdb/tests/ |
| A D | test.c | 155 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 D | partition.c | 32 ret = allocator_allocate_object(&partition->allocator, bytes, in partition_alloc()
|
| /hyp/mem/allocator_list/src/ |
| A D | freelist.c | 446 allocator_allocate_object(allocator_t *allocator, size_t size, in allocator_allocate_object() function
|
| /hyp/mem/memdb_gpt/src/ |
| A D | memdb.c | 189 void_ptr_result_t res = allocator_allocate_object( in create_level()
|
Completed in 67 milliseconds