Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 6 of 6) sorted by relevance

/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/
H A Duffs_mem.c72 void uffs_MemSetupStaticAllocator(uffs_MemAllocator *allocator, in uffs_MemSetupStaticAllocator()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Daltcp.h158 #define altcp_new(allocator) tcp_new() argument
159 #define altcp_new_ip6(allocator) tcp_new_ip6() argument
160 #define altcp_new_ip_type(allocator, ip_type) tcp_new_ip_type(ip_type) argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Daltcp.c164 altcp_new_ip6(altcp_allocator_t *allocator) in altcp_new_ip6()
174 altcp_new(altcp_allocator_t *allocator) in altcp_new()
189 altcp_new_ip_type(altcp_allocator_t *allocator, u8_t ip_type) in altcp_new_ip_type()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/win32/
H A Duffs_os.c125 void uffs_MemSetupSystemAllocator(uffs_MemAllocator *allocator) in uffs_MemSetupSystemAllocator()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/posix/
H A Duffs_os.c125 void uffs_MemSetupSystemAllocator(uffs_MemAllocator *allocator) in uffs_MemSetupSystemAllocator()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A Duffs_rtthread.c129 void uffs_MemSetupSystemAllocator(uffs_MemAllocator *allocator) in uffs_MemSetupSystemAllocator()