Searched refs:tmp_allocation_ptr (Results 1 – 1 of 1) sorted by relevance
124 VOID *tmp_allocation_ptr; in allocate_everything() local146 …tmp_allocation_ptr = ux_utility_memory_allocate(UX_NO_ALIGN, memory_cache_flag, memory_block_reque… in allocate_everything()147 UX_TEST_ASSERT(tmp_allocation_ptr != UX_NULL); in allocate_everything()148 add_memory_allocation_pointer(memory_cache_flag, tmp_allocation_ptr); in allocate_everything()151 …memory_block = (UX_MEMORY_BLOCK *)UX_UCHAR_POINTER_SUB(tmp_allocation_ptr, sizeof(UX_MEMORY_BLOCK)… in allocate_everything()160 tmp_allocation_ptr = ux_utility_memory_allocate(UX_NO_ALIGN, memory_cache_flag, 1); in allocate_everything()161 if (tmp_allocation_ptr == NULL) in allocate_everything()165 add_memory_allocation_pointer(memory_cache_flag, tmp_allocation_ptr); in allocate_everything()