The following table lists the buffer pool errors (0x0700):
|
Error Name |
Hex |
Description |
Category |
|---|---|---|---|
|
POOLERR_FREE_BUFFER_ADDR |
0x0701 |
Attempted to free an invalid address. |
3 |
|
POOLERR_BUFFER_DOUBLE_FREE |
0x0702 |
Double buffer free. |
3 |
|
POOLERR_BUFFER_OVERRUN |
0x0703 |
Buffer was overrun. |
3 |
|
POOLERR_BUFFER_ADDR_NOT_MOD |
0x0704 |
Attempted to free an invalid address. |
3 |
|
POOLERR_ALLOC_SIZE_TOO_LARGE |
0x0705 |
Too large an allocation. |
3 |
|
POOLERR_BUFFER_POOL_EMPTY |
0x0706 |
No more buffers. |
3 |
|
POOLERR_COULD_NOT_CREATE |
0x0707 |
No more memory. |
3 |