HomeSort by relevance Sort by last modified time
    Searched defs:STACK_POOL_SIZE (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
EbcInt.h 98 #define STACK_POOL_SIZE (1024 * 1020)
  /external/libpcap/msdos/
ndis2.c 66 #define STACK_POOL_SIZE 6
83 static BYTE *freeStacks [STACK_POOL_SIZE];
84 static int freeStackPtr = STACK_POOL_SIZE - 1;
234 if (freeStackPtr == STACK_POOL_SIZE - 1)
805 for (i = 0; i < STACK_POOL_SIZE; ++i)
817 for (i = 0; i < STACK_POOL_SIZE; ++i)

Completed in 116 milliseconds