Search:

Type: Posts; User: Nominal Animal

Search: Search took 0.07 seconds.

  1. Replies
    18
    Views
    3,916

    If you have the library in one of the system...

    If you have the library in one of the system library directories, then the library name is enough. Otherwise you have to type the full path.

    Here is an example "do-nothing" malloc-interposing...
  2. Replies
    18
    Views
    3,916

    I downloaded the Hoard sources, and took a peek....

    I downloaded the Hoard sources, and took a peek.

    On Linux (make linux-gcc-x86-64), it does not replace malloc(), it hooks into its internals. Thus, the malloc() function stays the same, Hoard just...
  3. Replies
    18
    Views
    3,916

    Yes. Most operating systems can impose...

    Yes. Most operating systems can impose per-process limits the processes are not allowed to exceed, even if there is technically more memory available. For example, in Linux these can be queried using...
Results 1 to 3 of 3