Searched refs:TRE_MEM_BLOCK_SIZE (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | tre-mem.c | 112 mem->n = TRE_MEM_BLOCK_SIZE; in tre_mem_alloc_impl() 117 if (size * 8 > TRE_MEM_BLOCK_SIZE) in tre_mem_alloc_impl() 120 block_size = TRE_MEM_BLOCK_SIZE; in tre_mem_alloc_impl()
|
H A D | tre.h | 175 #define TRE_MEM_BLOCK_SIZE 1024 macro 221 : tre_mem_alloc_impl((mem), 1, alloca(TRE_MEM_BLOCK_SIZE), 0, (size)))
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | tre-mem.c | 112 mem->n = TRE_MEM_BLOCK_SIZE; in tre_mem_alloc_impl() 117 if (size * 8 > TRE_MEM_BLOCK_SIZE) in tre_mem_alloc_impl() 120 block_size = TRE_MEM_BLOCK_SIZE; in tre_mem_alloc_impl()
|
H A D | tre.h | 176 #define TRE_MEM_BLOCK_SIZE 1024 macro 222 : tre_mem_alloc_impl((mem), 1, alloca(TRE_MEM_BLOCK_SIZE), 0, (size)))
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | tre-mem.c | 112 mem->n = TRE_MEM_BLOCK_SIZE; in tre_mem_alloc_impl() 117 if (size * 8 > TRE_MEM_BLOCK_SIZE) in tre_mem_alloc_impl() 120 block_size = TRE_MEM_BLOCK_SIZE; in tre_mem_alloc_impl()
|
H A D | tre.h | 175 #define TRE_MEM_BLOCK_SIZE 1024 macro 221 : tre_mem_alloc_impl((mem), 1, alloca(TRE_MEM_BLOCK_SIZE), 0, (size)))
|
/third_party/musl/src/regex/ |
H A D | tre-mem.c | 112 mem->n = TRE_MEM_BLOCK_SIZE; in tre_mem_alloc_impl() 117 if (size * 8 > TRE_MEM_BLOCK_SIZE) in tre_mem_alloc_impl() 120 block_size = TRE_MEM_BLOCK_SIZE; in tre_mem_alloc_impl()
|
H A D | tre.h | 174 #define TRE_MEM_BLOCK_SIZE 1024 macro 220 : tre_mem_alloc_impl((mem), 1, alloca(TRE_MEM_BLOCK_SIZE), 0, (size)))
|
Completed in 4 milliseconds