HomeSort by: relevance | last modified time | path
    Searched defs:max_limit (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 1240 max_limit, so the memory region for this stack is between
1241 max_limit (inclusive) and base (exclusive). However the
1244 extend this region up to max_limit.
1252 /* Note: base and max_limit fields are aligned to PAGE_SIZE bytes
1266 sljit_u8 *max_limit; member in struct:sljit_stack
1270 Note: max_limit contains the maximum stack size in bytes.
1274 SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_CALL sljit_allocate_stack(sljit_uw limit, sljit_uw max_limit, void *allocator_data);
1279 max_limit, it will fail. It is very easy to implement a stack data structure,

Completed in 35 milliseconds