Definition at line 343 of file jmp.cpp.
◆ alloc()
Xbyak::uint8 * MyAllocator::alloc |
( |
size_t | size | ) |
|
|
inlinevirtual |
Reimplemented from Xbyak::Allocator.
Definition at line 344 of file jmp.cpp.
345 {
346 if (size <
sizeof(
bufS)) {
347 printf(
"test use bufS(%d)\n", (
int)size);
349 }
350 if (size <
sizeof(
bufL)) {
351 printf(
"test use bufL(%d)\n", (
int)size);
353 }
354 fprintf(stderr, "no memory %d\n", (int)size);
355 exit(1);
356 }
Xbyak::uint8 bufL[4096 *32]
Xbyak::uint8 bufS[4096 *2]
LOGGING_API void printf(Category category, const char *format,...)
◆ free()
void MyAllocator::free |
( |
Xbyak::uint8 * | | ) |
|
|
inlinevirtual |
The documentation for this struct was generated from the following file:
- libraries/fc/libraries/ff/depends/xbyak/test/jmp.cpp